Mark Wilson I am the creator of TopXML. I am available for international and local (Australia) contracts. I am a Solution Architect/Business Analyst. I have worked in IT in several countries (NZ, Australia, South Africa, UK) building and training teams for government and very large non-governmental organizations. I am ex-Microsoft Consulting Services. I wrote the first book on Microsoft XML published in 2000 called XML Programming with VB and ASP. Most recently I have been building tools for the SEO industry. Ask me for a 37 point SEO health-checkup for your website.
First posted :
03/19/2008
Times viewed :
932
PHP XSLT Functions
PHP provides this extension which contains
processor independent functions for XSLT transformation. The current version (v
4.3.10) of this extension only supports the Sablotron
library from the Ginger Alliance. Support is planned for other libraries, such
as the Xalan library or the libxslt
library.
XSLT (Extensible Stylesheet
Language (XSL) Transformations) is a language for transforming XML documents
into other XML documents. It is a standard defined by The World Wide Web
Consortium (W3C). Information about XSLT and related technologies can be found
at http://www.w3.org/TR/xslt.
Note: This extension is different than the sablotron
extension distributed with versions of PHP prior to PHP 4.1, currently only the
new XSLT extension in PHP 4.1 is supported. If you need support for the old
extension, please ask your questions on the PHP mailing lists.
Note: This extension has been removed as of PHP 5 and moved to the PECL repository.
Note: If you need xslt support with PHP 5 you can
use the XSL extension.