InterviewSolution
Saved Bookmarks
| 1. |
Types of xml parsers are |
| 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 | |