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

Lorna Mitchell's Blog: PHP REST Server (Part 3 of 3)

php|architect: The Magic __set_state Method

NETTUTS.com: Advanced Regular Expression Tips and Techniques

Developer Tutorials Blog: Building Web 2.0 Tag Clouds in PHP

Content with Style: Custom Zend Form Image Upload Element


Community Events











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


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

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