cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

What is an XML Parser?

what is it's use?

0 Likes
View Entire Topic
aashish_sinha
Active Contributor
0 Likes

Hi,

XML Parser

The Extensible Markup Language (XML) is a W3C-recommended general-purpose markup language. An XML parser is a processor that reads an XML document and determines the structure and properties of the data. It breaks the data up into parts and provides them to other components.

Benifit

XML Parser can parse one or more XML documents. As it is based on a non-validating parser, it only checks for the document well-formedness, and does not fill in implied attributes. A user-defined handler can be called on each event encountered by the parser, allowing processing of the document.

Regards

Aashish Sinha

PS : reward points if helpful