Re: tools for generating XML document

2001-03-27 Thread Joseph_Kesselman
>do we have any tool at first place which generates XML documents on the fly?? Have your program build a DOM tree, or generate a stream of SAX events, and route that into the sort of output formatters used in the DOMPrint/SAXPrint examples if you want it output in XML syntax. (You could also jus

RE: tools for generating XML document

2001-03-26 Thread Awasthi, Anand
Dean, thank you very much -Original Message- From: Dean Roddey [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 5:24 PM To: '[EMAIL PROTECTED]' Subject: RE: tools for generating XML document Generating XML doesn't really need much in the way of tools. I

RE: tools for generating XML document

2001-03-26 Thread Dean Roddey
Generating XML doesn't really need much in the way of tools. If you have some proprietary data format, even if there was a tool you'd have to write some code of some sort to massage it such that the tool could understand it. By that point, the extra step to just generate the document yourself (and