Hi,

I have a problem handling attributes with capital letters with CSS in XEE 2.2

The DTD contains :
<!ELEMENT MapRef (#PCDATA) >
<!ATTLIST MapRef              Name CDATA ""             Point CDATA "">
The instance is like :
<MapRef Name="Amsterdam" Point="58">the central station</MapRef>

The CSS style sheet contains :
MapRef:before {  content: "[name] " attr(Name) ", [point] " attr(Point);  
}MapRef {  display: inline;    }
This is valid for the W3C css-validator, but does not work in XXE.
The attributes values of "Name" and "Point" are displayed only when the 
attributes are spelled "name" and "point".

Is there any solution other than changing the attribute names in the dtd, the 
css and all the instances ?

Thank you
Lionel Barth
Hachette Tourisme



Reply via email to