types of xml parsers are
Answers
Answered by
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
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