Published at LXer:
This article shows you how to convert an XML document using Perl into a tree of objects in memory. Most Perl programmers find this approach more natural, and it is indeed more convenient. It then introduces you to SAX and event-based parsing, an entirely different style of programming, one that turns out to be very rich, using the SAX pipeline.
Read More...