Re: [PHP] DOMElement - attributes and namespace

2009-03-22 Thread Michael A. Peters
Michael A. Peters wrote: Michael A. Peters wrote: At some point I'll get the guts to report it as a bug just to be told it isn't a bug with the standard response that says it isn't a bug and absolutely no explanation as to why. Bug ID 47747 Clear demonstration test case - http://www.cl

Re: [PHP] DOMElement - attributes and namespace

2009-03-22 Thread Michael A. Peters
Michael A. Peters wrote: At some point I'll get the guts to report it as a bug just to be told it isn't a bug with the standard response that says it isn't a bug and absolutely no explanation as to why. Bug ID 47747 Clear demonstration test case - http://www.clfsrpm.net/bugs/domattr.php

Re: [PHP] DOMElement - attributes and namespace

2009-03-22 Thread Michael A. Peters
Michael A. Peters wrote: Michael A. Peters wrote: Here's the problem - $attributes = $node->attributes; creates a list that has both regular attributes and namespaced attributes. But I don't know how to programatically tell them apart. http://phpbuilder.com/manual/en/class.domattr.php Wh

Re: [PHP] DOMElement - attributes and namespace

2009-03-22 Thread Michael A. Peters
Michael A. Peters wrote: Here's the problem - $attributes = $node->attributes; creates a list that has both regular attributes and namespaced attributes. But I don't know how to programatically tell them apart. http://phpbuilder.com/manual/en/class.domattr.php What would be really nice is