Jonas.Kilian at o2.com wrote: > Thank you, my document conforms to XML schema and I have namespace > prefixes declared, but still > > tns|*::attribute(ons|*) > > brings up the error message in XXE 3.7.0 saying my CSS file is invalid > > syntax error: "ons|*" not allowed here > << >
The ::attribute(XXX) pseudo-element cannot contain ``wildcards'' such as ons|*. Sorry, this is not clearly documented. We'll fix this omission in next release.

