News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
XML and PHP 5
August 01, 2007 @ 10:13:00

The Zend Developer Zone has a new tutorial posted looking at PHP5 and the new XML tools that it has to offer - as broken up into categories:

Things are a bit different using XML in PHP 5. In a similar scenario, you could use one of the new native extensions, like DOM or SimpleXML, to manipulate the XML data tree. This tree can then be passed directly to and used by the XSL extension without incurring any additional overhead. There is no serialization nor copying involved; ext/xsl is able to work directly with the XML tree it is given, resulting in a significant improvement in use of system resources as compared to coding a similar task in PHP 4. So now that you have an idea why XML support got a face lift, you might like to know about the different tools available to you.
0 comments voice your opinion now!
xml php5 tutorial introduction dom xsl xmlreader xmlwriter simplexml xml php5 tutorial introduction dom xsl xmlreader xmlwriter simplexml


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Introduction to MVC programming with Agavi (Parts 4 & 5)

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

JellyandCustard.com: Using DirectoryIterator to List Files in PHP

PHPMaster.com: Inversion of Control - The Hollywood Principle

Shameer's Blog: An Introduction to Smarty 3


Community Events











Don't see your event here?
Let us know!


series community code unittest framework phpunit podcast release example language development object introduction zendframework2 interview opinion application testing composer functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework