| Article: |
Processing XML with Xerces and SAX | |
| Subject: | Writing using SAx | |
| Date: | 2006-03-28 01:52:18 | |
| From: | SmithSRaj | |
|
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.
|
||
Showing messages 1 through 1 of 1.
-
Writing using SAx
2006-04-04 19:26:31 Q Ethan McCallum |
[View]



Are you trying to transform one stream of XML into another? In that case you could use SAX for the reading, and your SAX handler would then write out the XML on the other end.