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
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
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
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
Here's my function -
private function filterAttributes($node) {
// filters the attribute names and content
$attributes = $node->attributes;
foreach ($attributes as $attribute) {
// allow colon as it is used in namespace attributes -
// needs to be tested thoug
5 matches
Mail list logo