What are the types of XML Parsers?



What are the types of XML Parsers?..

Answer / Sudil Kumar

The types of XML parsers include SAX (Simple API for XML), DOM (Document Object Model), Pull, and Streaming. SAX is an event-based parser that reads the XML document sequentially. DOM builds a tree representation of the entire document in memory. Pull parser allows you to read XML as a stream. Streaming parsers process the XML incrementally without loading the entire document into memory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

How do I use xml namespaces with dom level 2?

1 Answers  


What is xpath selector?

1 Answers  


What is xl s size?

1 Answers  


Is rss still used?

1 Answers  


What are xml technologies?

1 Answers  


How do I open an xml file?

1 Answers  


What are DOM and SAX ?

1 Answers  


If xml is just a subset of sgml, can I use xml files directly with existing sgml tools?

1 Answers  


Why rss feed is important?

1 Answers  


What are the three parts of XSL?

1 Answers  


What are the nodes using which the template gets instantiated?

1 Answers  


Does rss feed update automatically?

1 Answers  


Categories