Subject: | setNodeText doesn't work with unabbreviated attribute axis syntax |
setNodeText() doesn't work with the unabbreviated attribute axis syntax.
For example, you can't say
$xpath->setNodeText("/foo/bar/baz/attribute::id", "id1");
The abbreviated axis syntax "/foo/bar/baz/\@id='123'" does work, so
there is a suitable workaround. Still, it appears to be a bug.