| René Nyffenegger's collection of things on the web | |
|
René Nyffenegger on Oracle - Most wanted - Feedback
|
Parsing XML | ||
|
There are two types of XML parsers: validating parsers and non-validating parsers.
A parser reads the internal subset first, then the external subset.
XML::Parser is an event driven XML Parser (Perl Module)
|