Inheritance diagram for Xsltproc:
Definition at line 378 of file xslt.class.php.
Public Member Functions | |
Xsltproc ($xml, $xsl, $param=array()) | |
Construct the transformation tool. | |
transform () | |
Apply the transformation. | |
__paramFormat () | |
[private method] Formatting the parameters for execution |
|
Construct the transformation tool.
Definition at line 387 of file xslt.class.php. |
|
[private method] Formatting the parameters for execution
Definition at line 407 of file xslt.class.php. |
|
Apply the transformation.
Reimplemented from xslt_base. Definition at line 396 of file xslt.class.php. |