Definitions for "XML parser"
an essential tool for any serious programming effort involving XML documents
a processor that reads an XML document and determines the structure and properties of the data
a program that reads in an XML document and checks it against the well-formedness rules we talked about in class
a programming library for working with XML
a program or code library that translates XML data into either a stream of events or a data object, giving your program direct access to structured data