07 February 2007 20:15
Advanced XML parsing techniques using Perl
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.
1
(1 marks)