Kevin Flynn wrote:
> 
> It's not strictly an XmlMind question I suppose, but I'm completely 
> stuck: how do I match DocBook 5's xml:id attributes in XmlMind's CSS file?
> 

xml|id (this is standard CSS *3*). As always, the "xml" prefix is 
predefined.

Example:

---
@namespace "http://docbook.org/ns/docbook";;

para[xml|id] {
     background-color: #E0FFE0;
}
---




Reply via email to