XSLT (PHP 4)
- Introducción
- Instalación/Configuración
- Constantes predefinidas
- Funciones de XSLT (PHP 4)
- xslt_backend_info — Devuelve la información sobre las opciones de compilación del servidor
- xslt_backend_name — Devuelve el nombre del backend
- xslt_backend_version — Devuelve el número de versión de Sablotron
- xslt_create — Crear un nuevo procesador de XSLT
- xslt_errno — Devuelve un número de error
- xslt_error — Devuelve una cadena de errores
- xslt_free — Libera el procesador XSLT
- xslt_getopt — Obtener las opciones de un determinado procesador XSL
- 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_object — Sets the object in which to resolve callback functions
- xslt_set_sax_handler — Set SAX handlers for a XSLT processor
- xslt_set_sax_handlers — Establecer los manejadores SAX que se llamará cuando el documento XML se procesa
- xslt_set_scheme_handler — Set Scheme handlers for a XSLT processor
- xslt_set_scheme_handlers — Set the scheme handlers for the XSLT processor
- xslt_setopt — Set options on a given XSLT processor
There are no user contributed notes for this page.
