- From: Aish <aiswarya@laserwords.com>
- Date: Tue, 19 Jan 2010 22:55:15 -0800 (PST)
- To: www-xsl-fo@w3.org
Thanks a lot Shinyu Murakami.... I got it done..:handshake: MURAKAMI Shinyu wrote: > > Hi, > > Aish <aiswarya@laserwords.com> wrote on 2010/01/19 18:35:03 >> I have created a two column page fo using xslt. One of my fo:block >> extends >> to 3 pages. I need to display border lines in all sides for that block. >> When >> i tried to set, i found that top and bottom borders are getting set only >> at >> the start and end of the blocks respectively and not in all the pages. I >> need to set in all pages.. Any Guidance?? > > You can specify .conditionality component with value "retain" > for the border-before-width and border-after-width properties. > for example: > > <fo:block > border-before-style="solid" border-before-width="3pt" > border-before-width.conditionality="retain" > border-after-style="solid" border-after-width="3pt" > border-after-width.conditionality="retain" > border-start-style="solid" border-start-width="3pt" > border-end-style="solid" border-end-width="3pt" > ... > > Hope this helps. > > -- > Shinyu Murakami > Antenna House Formatter team > http://www.antennahouse.com > > > > -- View this message in context: http://old.nabble.com/Border-for-text-area-in-XSL-FO-tp27222819p27237533.html Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Wednesday, 20 January 2010 07:02:51 UTC