Computer Science, asked by deepakathir9, 11 months ago

types of xml parsers are

Answers

Answered by shalinisudha0268
0

Answer:

Following are the various types of parsers which are commonly used to parse XML documents.

Dom Parser − Parses an XML document by loading the complete contents of the document and creating its complete hierarchical tree in memory.

SAX Parser − Parses an XML document on event-based triggers.

Explanation:

your problem's solution here

Answered by kolhapureshraddha8
0

Explanation:

  • Dom Parser − Parses an XML document by loading the complete contents of the document and creating its complete hierarchical tree in memory.
  • Dom Parser − Parses an XML document by loading the complete contents of the document and creating its complete hierarchical tree in memory.SAX Parser − Parses an XML document on event-based triggers.
Similar questions