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.