This PHP extension provides a processor independent API to XSLT
transformations. Currently 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 moved to the PECL repository and is no longer bundled with
PHP as of PHP 5.0.0.
Note:
If you need xslt support with PHP 5 you can use the
XSL extension.
On Unix, run configure with the
--enable-xslt--with-xslt-sablot
options. The Sablotron
library should be installed somewhere your compiler can find it.
Make sure you have the same libraries linked to the
Sablotron library as those, which are linked
with PHP. The configuration options:
--with-expat-dir=DIR--with-iconv-dir=DIR
are there to help you specify them. When asking for support, always
mention these directives, and whether there are other versions of those
libraries installed on your system somewhere. Naturally, provide all the
version numbers.
Caution
Be sure your Sablot library is linked to -lstdc++ as
otherwise your configure will fail, or PHP will fail to run or load.
JavaScript E-XSLT support:
If you compiled Sablotron with JavaScript
support, you must specify the option:
--with-sablot-js=DIR.
Note to Win32 Users:
In order to enable this module on a Windows environment, you must copy
several files from the DLL folder of the PHP/Win32 binary package to the
SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or
C:\WINDOWS\SYSTEM32). For PHP <= 4.2.0 copy sablot.dll
and expat.dll to your SYSTEM32 folder. For
PHP >= 4.2.1 copy sablot.dll,
expat.dll and iconv.dll to your
SYSTEM32 folder.
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
xslt_setopt --
Set options on a given xsl processor
Php ref.xslt Function syntax tag
ref.xslt php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php ref.xslt syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.