[PHP] Can't see namespace definition with DOMXML in 4.2.1

2002-05-15 Thread Thalis A. Kalfigopoulos
It seems that lots of DOM stuff was added in 4.2.1! Still I can't seem to see the namespace definition attributes of an element. The code: $xmlstr='http://www.ns.com/ns1/"; attr="value"/>'; $domdoc=domxml_open_mem($xmlstr); $root=$domdoc->document_element(); echo("".htmlentities($domdoc->html_

[PHP] Can't see namespace definition with DOMXML in 4.2.1?

2002-05-15 Thread Thalis A. Kalfigopoulos
It seems that lots of DOM stuff was added in 4.2.1! Still I can't seem to see the namespace definition attributes of an element. The code: $xmlstr='http://www.ns.com/ns1/"; attr="value"/>'; $domdoc=domxml_open_mem($xmlstr); $root=$domdoc->document_element(); echo("".htmlentities($domdoc->html_