previous |
start |
next
Parsing XML Documents
- A parser is a program that
- Reads a document
- Checks whether it is syntactically cornet
- Takes some action as it processes the document
- There are two kinds of XML parsers
- SAX (Simple Access to XML)
- DOM ( Document Object Model)
previous |
start |
next