I have a xml file and a dtd defined. My understanding of a sax parser is it processes events instead of storing the entire xml document (like DOM) in memory. Say, ...
Hi All, I am very new to java and XML, your help is appriciated... My doubt is What is JAXP? is it a specification? or a parser? What is Xerces and relation between JAXP and other Parsers... Can I use JAXP API without using any parser jars(xerces etc) for parsing the XML.