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