Ganesh wrote:
I want a LEFT page border that runs from the top of the page till the
end of the page, how can I do this using XSL-FO? I assume that is has to
be done in the simple-page-master...
I tried the following in the simple page master, it didn't work, any
clue?, am I going in the right direction?
<fo:region-body border-left-style="solid" border-left-width="2mm"
margin-top="3cm" margin-bottom="1cm"/>
With the above statement I got NO border at all.
You are not supposed to get a border:
http://www.w3.org/TR/xsl/slice6.html#fo_simple-page-master
See "Trait derivation". FOP is just conformant.
Some possible approaches:
- place an appropriate fo:block-container with a right border
in your region-start
- use a SVG in the start region
- use a background image in the start or body region simmulating
the border
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]