Advanced XML parsing techniques using Perl

Posted by solrac on Feb 7, 2007 3:50 PM EDT
IBM/developerWorks; By Jim Dixon
Mail this story
Print this story

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.

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.

Full Story

  Nav
» Read more about: Story Type: News Story, Tutorial; Groups: Community

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.