Hi
I have text that I want to flag for filtering in dita, and I want to be
able to see that visually. I used
/*
------------------------------------------------------------------------
---
Shade programmer audience
------------------------------------------------------------------------
--- */
@media XMLmind-XML-Editor {
*[audience="programmer"] {
background-color: #FFFEDD;
}
}
Here's a sample of the XML: (this is for a DITA reference topic).
<properties>
<property>
<proptype audience="programmer"><xref
href="../../DataDictionary/DELIVERTO.dita">DELIVERTO</xref></proptype>
<propvalue><uicontrol>Pickup By</uicontrol></propvalue>
<propdesc>Displays the name of the person picking up the
order.</propdesc>
</property>
</properties>
To create the shading. This works great for text or proptype, propvalue,
propdesc. However, for the parent element, property, it doesn't work. So
I can shade text or one cell, but not a whole row.
What am I doing wrong?
Tyrin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080602/d0792ef2/attachment.htm