On 2010-11-07 14:15 , Tong wrote: > I'm not asking for a solution right now, but if AsciiDoc lacks the > feature of put a change bar for changed lines/paragraph, please > consider adding that in future release so as to make this (most > desired) feature possible.
DocBook is able to generate change bars using the revisionflag attribute. You can generate this attribute from two DocBook XML documents using a tool named diffmk. Here is a guide how to produce such output: http://www.sagehill.net/docbookxsl/Changebars.html You will need to generate DocBook XML from asciidoc source first and then apply this guide. Rainer -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
