Edit report at https://bugs.php.net/bug.php?id=39694&edit=1
ID: 39694 Updated by: s...@php.net Reported by: lbzwischenbrugger at fh-stpoelten dot ac dot at Summary: transformToDoc() vs. transformToDocument() -Status: Open +Status: Not a bug Type: Feature/Change Request Package: XSLT related Operating System: * PHP Version: 5CVS-2006-11-30 (CVS) Block user comment: N Private report: N New Comment: Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php This is released API, so changing it would be a BC issue. Previous Comments: ------------------------------------------------------------------------ [2006-11-30 15:47:17] lbzwischenbrugger at fh-stpoelten dot ac dot at Description: ------------ The method transformToDoc() should be called transformToDocument(). Reproduce code: --------------- PHP Syntax: ----------- http://at.php.net/xsl-xsltprocessor-transform-to-doc $processor=new XSLTProcessor(); $processor->importStyleSheet($xsldomObject); $result=$processor->transformToDoc($domObject); Javascript Syntax: ------------------ http://developer.mozilla.org/en/docs/The_XSLT/JavaScript_Interface_in_Gecko:Interface_List processor=new XSLTProcessor(); processor.importStyleSheet(xsldomObject); result=processor.transformToDocument(domObject); ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=39694&edit=1