|
Posted by tim on 05/16/06 18:31
Rodney Topor wrote:
> Yes, I'm talking about XML DOM. See Section VI-XXX. DOM Functions and
> SectionVI-CLXVIII. XML Parser Functions, etc. As I understand it, all
> these functions are used in PHP scripts on the server to process XML
> documents as DOM trees in memory. (I'm not referring to HTML DOM which
> is indeed used by JavaScript on the client.)
Hi Rodney
In the DOM functions childNodes,first/lastChild and parentNode are
properties of DomNodes
They are listed in the table just below the function list
http://www.php.net/manual/en/ref.dom.php#dom.class.domnode
You're not the only one who a problem finding them. I searched the
table of contents for ages wondering how I could use a dom without
childNodes...
Tim
Navigation:
[Reply to this message]
|