News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
Transforming XML with PHP and XSL
December 16, 2009 @ 08:35:37

New on the Ibuildings techPortal today is an article from Michael looking at XML transformation with PHP and XSL (XML-based "style sheets").

If you want to transform XML from one format to another, and especially if either the input or output XML is complicated or the transformation itself is difficult or awkward to express, then XSL may be a good choice. XSL is the eXtensible Stylesheet Language; a family of three W3C recommendations to do with the transformation and presentation of XML documents. This article will walk through some examples of how XSL and PHP can be used to achieve these types of XML tranformations.

He starts off by describing what XSL looks like and how it relates back to the XML you're applying it to. XSL allows you to take an XML file and work with it as a data source to pull bits of information out of or modify and push back out the other side. He gives three specific examples: pulling information out of an XML file, rewriting URLs and one of the more handy things PHP allows you to do - directly call PHP script inside the XSL document for those things that the normal XSL standards don't include.

1 comment voice your opinion now!
tutorial xml xsl transform


blog comments powered by Disqus

Similar Posts

Chris Jones: Using the PHP CLI Webserver to Identify and Test Memory Issues in PHP

Till Klampaeckel's Blog: Iterating over a table (with Zend_Db_Table and Zend_Paginator)

DevShed: Using the Memento Pattern with a File Reading Class

Enrico Zimuel's Blog: Convert a spool file to PDF using PHP on i5/OS

NETTUTS.com: CodeIgniter from Scratch: Shopping Cart


Community Events









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


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

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