Operating System - HP-UX
1833387 Members
3086 Online
110052 Solutions
New Discussion

utility for converting text2xml and xml2text on HPUX 11 ????

 
Henrique Silva_3
Regular Advisor

utility for converting text2xml and xml2text on HPUX 11 ????


I need to get a filter for my project, that will convert text2xml and xml2text !!! I do not care what it is written on ( java,perl, python) as long as it runs on hpux 11, since I do not want to be ftping files back and forth from the windows server, to the unix box.

I have been looking around, and do not see anything obviuos out there, and since I am not experienced on XML, it will take a while for me to write my own style sheet to do this conversion, and use perl to build the files.

The good thing is that the XML and the text files have a very well defined structure, so, worse comes to worse, I KNOW I can simply put something together in perl ( my language of choice here simply because I have a lot of experience on it ).

Anyways, if anybody knows of any utility out there that would do this based on the styule sheet of the XML file, I would appreciate it !!!

Thanks,

Henrique
"to be or not to be, what was the question ???? "
2 REPLIES 2
Sridhar Bhaskarla
Honored Contributor

Re: utility for converting text2xml and xml2text on HPUX 11 ????

Hi Henrique,


I cannot guarantee but you can try searching for xml in this site.

http://hpux.connect.org.uk/hppd/search.html

If you are lucky you may find tools that can help you there.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Caesar_3
Esteemed Contributor

Re: utility for converting text2xml and xml2text on HPUX 11 ????

Hello!

Check this link is about this kind of project
http://www-124.ibm.com/cvs/icu/icu/source/samples/xml2txt/

Caesar