XSLTProcessor->importStylesheet()
XSLTProcessor->importStylesheet() -- Import stylesheet
Описание
class
XSLTProcessor {
void
importStylesheet ( DOMDocument stylesheet )
}
This method import the stylesheet into the
XSLTProcessor for transformations.
Список параметров
- stylesheet
The imported style sheet as a DOMDocument object.
Возвращаемые значения
Никакое значение не возвращается.