XSLTProcessor->importStylesheet()

XSLTProcessor->importStylesheet() -- Import stylesheet

Beschreibung

class XSLTProcessor {

void importStylesheet ( DOMDocument stylesheet )

}

This method import the stylesheet into the XSLTProcessor for transformations.

Parameter Liste

stylesheet

The imported style sheet as a DOMDocument object.

Rückgabewerte

No value is returned.