|
XSLTProcessor::transformToUriTransform to URI Description
public int XSLTProcessor::transformToUri(object
$document, string $uri)Transforms the source node to an URI applying the stylesheet given by the XSLTProcessor::importStylesheet method. Parameters
Errors/ExceptionsThe following errors are possible when using an expression that invokes PHP callbacks.
Return Values
Returns the number of bytes written or Changelog
Examples
Example #1 Transforming to a HTML file Example #2 Transforming to a HTML file using Dom\Document See Also
|