XSLTProcessor::importStylesheet
(PHP 5)
XSLTProcessor::importStylesheet — Importa stylesheet
Descrição
void XSLTProcessor::importStylesheet
(
DOMDocument $stylesheet
)
Este método importa o stylesheet no
XSLTProcessor para transformações.
Parâmetros
-
stylesheet
-
O importado style sheet como um objeto DOMDocument.
Valor Retornado
Não há valor retornado.