| 
 | XSLTProcessor::transformToDocTransform to a DOMDocument Description
   DOMDocument
    XSLTProcessor::transformToDoc
    ( DOMNode  $doc)Transforms the source node to a DOMDocument applying the stylesheet given by the XSLTProcessor::importStylesheet method. Parameters
 
 Return Values
   The resulting DOMDocument or  Examples
 Example #1 Transforming to a DOMDocument 
<?phpThe above example will output: Hey! Welcome to Nicolas Eliaszewicz's sweet CD collection! See Also
 
 |