This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] revisionflag support in HTML-XSLTs


Hello,

is there support for DocBook's "revisionflag" attribute in the HTML
output of the current DocBook XSLTs?

I'd like to visually style elements that have been added/changed by
applying some  appropriate CSS. So what I was looking for is e.g.

DocBook: 
<formalpara revisionflag="added">
  ...
</formalpara>

to become in 

HTML:
<div class="dbrev_added">
  <p>...
  ...
</div>

to go along with 

CSS:
.dbrev_added { color: green; }


Regards
Christian



To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]