XSLTProcessor->importStylesheet()
XSLTProcessor->importStylesheet() -- Import stylesheet
Descrição
class
XSLTProcessor {
void
importStylesheet ( DOMDocument stylesheet )
}
This method import the stylesheet into the
XSLTProcessor for transformations.
Lista de parâmetros
- stylesheet
The imported style sheet as a DOMDocument object.
Valores Retornados
Não há valor retornado.