From:             lbzwischenbrugger at fh-stpoelten dot ac dot at
Operating system: all
PHP version:      5CVS-2006-11-30 (CVS)
PHP Bug Type:     Feature/Change Request
Bug description:  transformToDoc() vs. transformToDocument()

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 bug report at http://bugs.php.net/?id=39694&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=39694&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=39694&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=39694&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=39694&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=39694&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=39694&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=39694&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=39694&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=39694&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=39694&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=39694&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=39694&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=39694&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=39694&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=39694&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=39694&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=39694&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=39694&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=39694&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=39694&r=mysqlcfg

Reply via email to