Prev Next

Java / XML

Can you create a XML document using SAX parser?

Not recommended. Use SAX parser to parse or edit a XML document.It is better to use StAX parser for creating XML documents rather than using SAX parser.

More Related questions...

Show more question and Answers...


Comments & Discussions