InterviewSolution
Saved Bookmarks
| 1. |
What Are Parsers? Dom Vs Sax Parser. |
|
Answer» Parsers are FUNDAMENTAL xml components, a bridge between XML documents and APPLICATIONS that process that XML. The parser is responsible for HANDLING xml syntax, checking the CONTENTS of the document against CONSTRAINTS established in a DTD or Schema. Parsers are fundamental xml components, a bridge between XML documents and applications that process that XML. The parser is responsible for handling xml syntax, checking the contents of the document against constraints established in a DTD or Schema. |
|