>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 just produce
XML text directly, of course.)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to