Hello, I'm trying to configure a stylesheet for my own custom application.
It appears that attribute(attName) pseudo-element does not work properly when the attribute name has upper case letters. If I change the DTD and stylesheet to a lower case name it works fine, but as soon as I introduce upper-case the elementName::attribute(attName) construction fails to match. Is this a bug, a feature or some mistake of my own? Thanks, Philip

