Philippe Nobili wrote:
>
> We use conditional text together with profiling style sheets in order to
> handle different contexts in our documentation. It would be very useful
> to have the possiblity to view only the portions of document matching a
> given profile in the styled view (or a combination of profiles). This
> feature would allow the writer to focus on the portion of the document
> relevant in a given context. This would of course be optional.
>
You could implement this yourself simply by writing a set of alternate
CSS style sheets. Something like:
guru.css
---
@import "xxe-config:docbook/css/docbook.css";
*[condition=guru] {
display: none;
}
---
mere-mortal.css
---
@import "xxe-config:docbook/css/docbook.css";
*[condition=mere-mortal] {
display: none;
}
---
However, I'll add this RFE to our ever growing Users Wish List
http://www.xmlmind.com/xmleditor/wish_list.html