XSLTProcessor
PHP Manual

XSLTProcessor::importStylesheet

(PHP 5)

XSLTProcessor::importStylesheetImport stylesheet

설명

void importStylesheet ( DOMDocument $stylesheet )

This method import the stylesheet into the XSLTProcessor for transformations.

인수

stylesheet

The imported style sheet as a DOMDocument object.

반환값

값을 반환하지 않습니다.


XSLTProcessor
PHP Manual