+++ H S Rai [2004-02-21 17:58:03]: > Today at 1:08am +0530 Devdas Bhagat wrote: > > > On 20/02/04 21:28 +0530, H. S. Rai wrote: > > <snip> > > > .sxw format is zipped of xml files. Now I can easily convert it into xml > > > file, but how to convert xml into html.text? > > Use a XML Parser? > > I tried "Xerces" (C++ version) on RedHat8, but I could not intall it. > Can someone suggest me any other XML parser.
XML is not something like GIF/JPEG that you can install one library and magically get all the data you want. You'll need to know the OOo specific XML tags and what they mean etc.. before you can get anywhere close to usable results... which means you'll practically have to re-implement the entire OOo .sxw format for your .sxw<->.html translator. OOo allows for scripting using external languages(java/perl etc)... read up on scripting OOo and use that to convert your files... that's the best/easiest way to go about what you are trying to do. Kingsly -- ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
