Transforming XML with PHP (O'Reilly)
[Posted June 25, 2003 by cook]
Bruno Pedro
explains
transforming XML from PHP on O'Reilly.
"
This article compares two methods of transforming XML in PHP: PEAR's XML_Transformer package and the W3C XML transformation language XSLT. I will first describe the PEAR project and its philosophy, with a focus on its XML transformation techniques. I will then give a brief introduction to XSLT and the way to use it from PHP."
(
Log in to post comments)