xslt_create PHP 4.0.3

resource xslt_create(void)

 

Creates a new XSLT processor.

xslt_errno PHP 4.0.3

int xslt_errno(resource processor)

 

Returns an error number.

xslt_error PHP 4.0.3

string xslt_error(resource processor)

 

Returns an error string.

xslt_free PHP 4.0.3

void xslt_free(resource processor)

 

Frees the XSLT processor.

xslt_process PHP 4.0.3

string xslt_process(resource processor, string xml, string xslt[, mixed result[, array args[, array params]]])

 

Performs the XSLT transformation.

xslt_set_base PHP 4.0.5

void xslt_set_base(resource processor, string base)

 

Sets the base URI for all XSLT transformations.

xslt_set_encoding PHP 4.0.5

void xslt_set_encoding(resource processor, string encoding)

 

Sets the output encoding for the current stylesheet.

xslt_set_error_handler PHP 4.0.4

void xslt_set_error_handler(resource processor, mixed error_func)

 

Sets the error handler to be called when an XSLT error occurs.

xslt_set_log PHP 4.0.6

void xslt_set_log(resource processor, string logfile)

 

Sets the log file to write the errors to (defaults to stderr).

xslt_set_sax_handlers PHP 4.0.6

ivoid xslt_set_sax_handlers(resource processor, array handlers)

 

Sets the SAX handlers to be called when the XML document gets processed.

xslt_set_sax_handlers PHP 4.0.6

void xslt_set_sax_handlers(resource processor, array handlers)

 

Sets the SAX handlers to be called when the XML document gets processed.

xslt_set_scheme_handlers PHP 4.0.6

void xslt_set_scheme_handlers(resource processor, array handlers)

 

Sets the scheme handlers for the XSLT processor.

xslt_set_scheme_handlers PHP 4.0.6

void xslt_set_scheme_handlers(resource processor, array handlers)

 

Sets the scheme handlers for the XSLT processor.