Forest, Sebastien wrote:
> Is there a way to add change-bar in XSL-FO.
> For now, I did'nt found anything about that on the web
The spec doesn't support this out-of-the-box.
A common solution is to use a block border or a table cell
border for this. Unfortunately, there are a few problems
left:
- You can't easily have the bar on the "outer" side of the page.
Basically, you have to stick with "left" or "right".
- While it's easy to mark whole paragraphs as changed, marking
parts of paragraphs is quite complicated, and will result in
an ugly layout often enough to be an annoyance.
- Overlapping changes in tables or lists are a real challenge.
J.Pietschmann
Thank you all for your help, I really appreciate.
For now, I think that the only way to do this is with border-left or border-right for block or table-cell but this solution is not flexible enough to do what I need.