Re: [PHP-DEV] PHP5: ext/dom: Namespaces

2004-03-14 Thread Derick Rethans
Don't crosspost to two irrelevant lists, please Derick On Sun, 14 Mar 2004, Vivian Steller wrote: > hello, > > once again a post about the tricky namespaces. I played with the following > functions concerning namespaces: > > domdocument->createElementNS > domdocument->createAttributeNS > domelem

[PHP-DEV] PHP5: ext/dom: Namespaces

2004-03-14 Thread Vivian Steller
hello, once again a post about the tricky namespaces. I played with the following functions concerning namespaces: domdocument->createElementNS domdocument->createAttributeNS domelement->setAttributeNS domelement->getAttributeNS (domelement->hasAttributeNS) as i found out the behavior of some fu