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

Zend Developer Zone: Generating PDF Forms From a Flex Application With PHP

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

DevShed: Understanding Static Properties with PHP 5

ZendCasts.com: Deep Integration between Zend and Doctrine 1.2

Kevin van Zonneveld's Blog: Convert anything to Tree Structures in PHP


Community Events









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


functional development community podcast api conference code framework language zendframework2 object event phpunit composer introduction release opinion example interview testing

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