Inheritance diagram for Sablotron:
Definition at line 309 of file xslt.class.php.
Public Member Functions | |
Sablotron ($xml, $xsl, $param=array()) | |
Construct the transformation tool. | |
transform () | |
Apply the transformation. | |
Public Attributes | |
$xh | |
XSLT processor resource. |
|
Construct the transformation tool.
Definition at line 321 of file xslt.class.php. |
|
Apply the transformation.
Reimplemented from xslt_base. Definition at line 330 of file xslt.class.php. |
|
XSLT processor resource.
Definition at line 312 of file xslt.class.php. |