ID:               39690
 User updated by:  lbzwischenbrugger at fh-stpoelten dot ac dot at
 Reported By:      lbzwischenbrugger at fh-stpoelten dot ac dot at
 Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: all
 PHP Version:      Irrelevant
 New Comment:

Some problem with
http://at.php.net/manual/de/ref.xsl.php
functions.

If I search for
"importStylesheet", 
I get the old buggy PHP4 sablotron documentation:
http://at.php.net/manual/de/function.domxml-xslt-stylesheet.php

To find the new XSLT Documentation is nearly impossible.


Previous Comments:
------------------------------------------------------------------------

[2006-11-30 15:27:42] lbzwischenbrugger at fh-stpoelten dot ac dot at

The big problem is that domdocument_createelement,
domnode_first_child,... are EXPERIMENTELL php4 functions 
-> see
http://at.php.net/manual/de/ref.domxml.php
The functions are not supported in PHP5.

The php5 functions are here:
http://at.php.net/manual/de/ref.dom.php

------------------------------------------------------------------------

[2006-11-30 14:46:59] [EMAIL PROTECTED]

Exact match can be achieved by searching for domdocument_createelement
or domnode_first_child.

------------------------------------------------------------------------

[2006-11-30 12:39:09] [EMAIL PROTECTED]

Both the online documentation and the help facility within the Windows
CHM files both return closest matches to these methods.



------------------------------------------------------------------------

[2006-11-30 09:42:48] lbzwischenbrugger at fh-stpoelten dot ac dot at

Description:
------------
If I type "firstChild", "createElement" or one of the other method
names of PHP5 DOM, I don't find the methods documentation.

Reproduce code:
---------------
http://at.php.net/manual-lookup.php?pattern=createElement
http://at.php.net/manual-lookup.php?pattern=firstChild
...



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=39690&edit=1

Reply via email to