what is xml parser
Answers
Answered by
1
Explanation:
Description
An XML Parser is a parser that is designed to read XML and create a way for programs to use XML. ... Unless a program simply and blindly copies the whole XML file as a unit, every program must implement or call on an XML parser. The main types of parsers are known by some funny names: SAX, DOM and pull.
Similar questions