You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Jo...@lotus.com on 2001/03/27 18:07:58 UTC

Re: tools for generating XML document

>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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org