My Blog

My WordPress Blog

My Blog

My WordPress Blog

Create XML Document

Java SAX Parser is a read-only parser which is used to read the XML documents in a forward read-only manner. We cannot create XML documents using a SAX parser.

It is better to use StAX parser for creating XML documents rather than using SAX parser. Please refer the Java StAX Parser section for the same.

Create XML Document

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top