Home > MySQL, Perl/CGI, PHP, Python, XML > Text To Xml

Text To Xml

July 30th, 2009

I need a PHP created that will do the following:
—Read the raw whois text file (see the attached filed called RAW-WhoisRecord)
—Create a XML version of that file (see the attached filed called XML-WhoisRecord)
—Create a CSV file from the XML Whois Text file that contains all the XML tags and the data.

The challenge you will faced is this:

Each registrar may have a different format of the raw Whois data.
For example goddady whois server may give you 1 format then eNom may give you another.
I need the webservice to handle more than 1 type of Whois format and create an XML file.

For this project the first objective is to support the format that i provide in the attached. Then we’ll press on to the next format.


Text To Xml

Comments are closed.
Bear