XSLTProcessor::transformToXML
Introduzione
Manipolazione XML
PHP Manual
XSLT (PHP 4)
Introduzione
Installazione/Configurazione
Requisiti
Installazione
Configurazione di Runtime
Tipi di risorse
Costanti predefinite
Funzioni XSLT (PHP 4)
xslt_backend_info
— Returns the information on the compilation settings of the backend
xslt_backend_name
— Returns the name of the backend
xslt_backend_version
— Returns the version number of Sablotron
xslt_create
— Crea un nuovo processore XSLT
xslt_errno
— Restituisce un numero di errore
xslt_error
— Restituisce una stringa di errore
xslt_free
— Libera un processore XSLT
xslt_getopt
— Get options on a given xsl processor
xslt_process
— Esegue una trasformazione XSLT
xslt_set_base
— Imposta l'URI di base per tutte le trasformazioni XSLT
xslt_set_encoding
— Imposta l'encoding per il parsing dei documenti XML
xslt_set_error_handler
— Imposta un error handler per un processore XSLT
xslt_set_log
— Imposta il file di log per scrivere i messaggi di log
xslt_set_object
— Sets the object in which to resolve callback functions
xslt_set_sax_handler
— Imposta un handler SAX per un processore XSLT
xslt_set_sax_handlers
— Imposta gli handler SAX da richiamare quando il documento XML viene processato
xslt_set_scheme_handler
— Imposta gli handler di Schema per un processore XSLT
xslt_set_scheme_handlers
— Imposta gli handler di schema per il processore XSLT
xslt_setopt
— Set options on a given XSLT processor
XSLTProcessor::transformToXML
Introduzione
Manipolazione XML
PHP Manual