xslt_set_base
(PHP 4 >= 4.0.5)
xslt_set_base — Set the base URI for all XSLT transformations
Description
void xslt_set_base
( resource $xh
, string $uri
)
Parameters
-
xh
-
The XSLT processor link identifier, created with
xslt_create().
-
uri
-
The base URI to be used.
Return Values
No value is returned.
Notes
Note: Please note that
file:// is needed in front of the path when using Windows.