| PHP5 and XSLT |
| Article Index |
|---|
| PHP5 and XSLT |
| Page 2 |
| Page 3 |
PHP5 Functions and Properties of Note for XSLT Users
In addition to the tools discussed in , several additional functions or properties may be useful to PHP users needing to access XML documents and XSLT transformations in PHP5. These are shown in and .
Additional details on these and other functions and properties related to the PHP5 DOM, XML, and XSL modules can be found by visiting the documentation for each extension at these links:
Including XSL Support in PHP5
The DOM and XML extension modules are built and included by default with PHP5. If you find that you are unable to use the XSL functions or properties in conjunction with these extensions, you will need to recompile your PHP5 installation to add support for XSL processing and transformations. To do so, follow these steps:
|
1. |
Obtain the latest PHP5 source code from its home at . |
|
2. |
Ensure that you have the XSLT library (libxslt) from . |
|
3. |
Compile the PHP5 binary using the additional configuration option --with-xsl=xslt_library_path, where xslt_library_path is the location of the XSLT library. |
For more information on PHP5, DOM, XML, and XSL, refer to individual extension documentation and the PHP5 migration documentation and notes, all available at the official PHP website via the link at .
| Users' Comments (0) |
|
No comment posted








