[oXygen-sdk] Styling inside the DITA Map Manager

Nigel Whitaker nigel.whitaker at deltaxml.com
Mon Jul 15 05:03:29 CDT 2013


Hello, 

We are trying to show users the result of a DITA Map comparison (two input maps, in the result map we want to show users which topics are added/deleted/changed).

We use @status on the topicrefs for example:

<map>
 <title>DITA Topic Map</title>
 <topicref href="topic1.xml" status="changed"/>
 <topicref href="topic2.xml" status="new"/>
</map>

When the map is opened in an editor window some CSS can be used to style the topics:

*[status=new] {
    text-decoration: underline; 
    background-color: #90ee90;  /* CSS - LightGreen */
}

*[status=changed] {
    background-color: #77ccff; /* CSS - LightCyan */
}


This works great in the editor - users looking at a result map can see the changed topics, click and see the topic level changes.
However, when a user chooses to open the map in the DITA Map Manager,  there isn't any styling.

Is there an alternative way of styling that we could be using?  
If not, could we request an enhancement to support CSS in the Map Manager?

Thanks,

Nigel


-- 
Nigel Whitaker, Software Architect, DeltaXML Ltd. "Experts in information change"
nigel.whitaker at deltaxml.com   http://www.deltaxml.com   +44 1684 869035 
Registered in England: 02528681 Reg. Office: Monsell House, WR8 0QN, UK

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.oxygenxml.com/pipermail/oxygen-sdk/attachments/20130715/68d082e4/attachment.html>


More information about the oXygen-sdk mailing list