Re: [PHP] DOMXML question

2002-05-17 Thread Thalis A. Kalfigopoulos
On Fri, 17 May 2002, peter tatischev wrote: > What is the type of array returned by child_nodes()? > I have an XML doc parsed into a DOM structure by > $docnode = domxml_open_file("blah") > > then I get root by > $root = $docnode->document_element(); > then I get the first node > $f_child = $ro

[PHP] DOMXML question

2002-05-17 Thread peter tatischev
What is the type of array returned by child_nodes()? I have an XML doc parsed into a DOM structure by $docnode = domxml_open_file("blah") then I get root by $root = $docnode->document_element(); then I get the first node $f_child = $root->first_child(); and then I want to get an array of all the