doug wrote:
> "Styling an element which contains a specific _attribute value_"
> 
> This would allow an attribute to be used as a selector between two
> different display options for an element.
> 
> I.E. <element mode="advanced"/>
>                          vs
>       <element mode="compact"/>
> 

May be I don't understand your request, but what you want seems to be a
*basic* CSS 2 feature which works fine since XMLmind XML Editor
Milestone 1 (released in year 2000!):

element[mode="advanced"] {
   ...
}

element[mode="compact"] {
   ...
}

See http://www.w3.org/TR/CSS2/selector.html#q10





Reply via email to