LXXXIII. XSLT functions

Introduction

About XSLT and Sablotron

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.

Installation

This extension uses Sabloton and expat, which can both be found at http://www.gingerall.com/. Binaries are provided as well as source.

On UNIX, run configure with the --with-sablot and --enable-sablot-errors-descriptive options. The Sablotron library should be installed somewhere your compiler can find it.

About This Extension

This PHP extension implements support Sablotron from Ginger Alliance in PHP. This toolkit lets you transform XML documents into other documents, including new XML documents, but also into HTML or other target formats. It basically provides a standardized and portable template mechanism, separating content and design of a website.

Tabla de contenidos
xslt_closelog — Clear the logfile for a given instance of Sablotron
xslt_create — Create a new XSL processor.
xslt_errno — Return the current error number
xslt_error — Return the current error string
xslt_fetch_result — Fetch a (named) result buffer
xslt_free — Free XSLT processor
xslt_openlog — Set a logfile for XSLT processor messages
xslt_output_begintransform — unknown
xslt_output_endtransform — unknown
xslt_output_process — unknown
xslt_run — Apply a XSLT stylesheet to a file.
xslt_set_sax_handler — Set SAX handlers for a XSLT processor
xslt_transform — unknown