PHP5's special XML parsing techniques for complex docs

Posted by solrac on Mar 8, 2007 2:14 AM EDT
IBM/developerWorks; By Cliff Morgan
Mail this story
Print this story

This article will cover PHP5's improved XML parsing techniques, focusing on parsing large or complex XML documents.

PHP5 offers an improved variety of XML parsing techniques. James Clark's Expat SAX parser, now based on libxml2, is no longer the only fully functional game in town. Parsing with the DOM, fully compliant with the W3C standard, is a familiar option. Both SimpleXML, and XMLReader, which is easier and faster than SAX, offer additional parsing approaches. This article will cover PHP5's improved XML parsing techniques, focusing on parsing large or complex XML documents.

Full Story

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

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.