CIX. XSLT functions

Introduction

Huomaa :

Requirements

Installation

Runtime Configuration

Tämä laajennus ei määrittele yhtäkään konfigurointi asetusta .

Resource Types

Tämä laajennus ei määrittele yhtäkään resurssi-tyyppiä .

Predefined Constants

These constants 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_OPT_SILENT ( integer )

XSLT_SABOPT_PARSE_PUBLIC_ENTITIES ( integer )

XSLT_SABOPT_DISABLE_ADDING_META ( integer )

XSLT_SABOPT_DISABLE_STRIPPING ( integer )

XSLT_SABOPT_IGNORE_DOC_NOT_FOUND ( integer )

XSLT_ERR_UNSUPPORTED_SCHEME ( integer )

Sisällys
xslt_create -- Create a new XSLT processor
xslt_errno -- Return a error number
xslt_error -- Return a error string
xslt_free -- Free XSLT processor
xslt_process -- Perform an XSLT transformation
xslt_set_base -- Set the base URI for all XSLT transformations
xslt_set_encoding -- Set the encoding for the parsing of XML documents
xslt_set_error_handler -- Set an error handler for a XSLT processor
xslt_set_log -- Set the log file to write log messages to
xslt_set_sax_handler -- Set SAX handlers for a XSLT processor
xslt_set_sax_handlers -- Set the SAX handlers to be called when the XML document gets processed
xslt_set_scheme_handler -- Set Scheme handlers for a XSLT processor
xslt_set_scheme_handlers -- Set the scheme handlers for the XSLT processor