Google News
logo
XML - Interview Questions
What is an XML parser?
An XML parser is a software library that provides an interface for client applications to work with XML documents.
 
Working of XML Parser : XML Document which undergoes XML parser (usually the API part), and then this API is used in Client Applications.
 
There are two types of XML parser :
 
1.DOM 
2.SAX
Advertisement