|
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
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
|