|  | XSLTProcessor->transformToDoc()(no version information, might be only in CVS)XSLTProcessor->transformToDoc() -- Transform to a DOMDocument 说明class XSLTProcessor {DOMDocument transformToDoc ( DOMNode doc ) } Transforms the source node to a DOMDocument applying the stylesheet given by the XSLTProcessor->importStylesheet() method. 范例
 |  |