What is XML parser??????????
Answers
Answered by
3
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 ofparsers are known by some funny names: SAX, DOM and pull.
Similar questions