XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XML Parser Information, XML and Perl Tutorials -> Parsing XML, Part 1: Language Meets Parser

Parsing XML, Part 1: Language Meets Parser

Date: Aug. 29, 2000
Link: http://www.perlmonth.com/columns/perl_xml/perl_xml.html?issue=4
Source Author or Organization: Eric Bohlman, PerlMonth

This is the first installment of a two part tutorial on parsing XML in Perl. It describes an overview of parsers available, validating and nonvalidating parsers, stream-based and tree-based parsers, and Perl modules for parsing XML. The article also includes step by step annotated code for a simple parser.