XSLTProcessor
class XSLTProcessor {
string getParameter ( string $namespaceURI , string $localName )
bool hasExsltSupport ( void )
void registerPHPFunctions ([
mixed $restrict ] )
bool removeParameter ( string $namespaceURI , string $localName )
bool setParameter ( string $namespace , string $name , string $value )
DOMDocument transformToDoc (
DOMNode $doc )
}