[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='?xml version=1.0?element xmlns:ns1=http://www.ns.com/ns1/; attr=value/'; $domdoc=domxml_open_mem($xmlstr); $root=$domdoc-document_element();

[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='?xml version=1.0?element xmlns:ns1=http://www.ns.com/ns1/; attr=value/'; $domdoc=domxml_open_mem($xmlstr); $root=$domdoc-document_element();