Is there any way to write XML using SAX packages available in Xerces?
there is a DOMWriter, but is there any way by which we can use SAX. like in MSXML we have IMXWriter which we can use along with its SAX handler to write XML.
-Thanks in advance
-Smith
there is a DOMWriter, but is there any way by which we can use SAX. like in MSXML we have IMXWriter which we can use along with its SAX handler to write XML.
-Thanks in advance
-Smith
Comment