[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: border around a long text spanned on mutiple page

Subject: Re: border around a long text spanned on mutiple page
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 08 May 2010 11:32:51 -0400
Re:  border around a long text spanned on mutiple page
At 2010-05-08 07:50 -0700, Red Light wrote:
hi,

in my web page i got a rich input data field where a user can enter a long text (4000word) and i want to print the report of this field , the problem i want is that the text in pdf is printed in late say 3 page , i put the text inside a table-row and i give her a border , the problem is the table is spanned over 3page so the table has the border-top in the 1 page and the border-bottom is end 3page

here is my xsl:fo code

<fo:table-row border="1px solid black" block-progression-dimension.minimum="15cm">
<fo:table-cell number-columns-spanned="2" padding="0.2cm" >
<fo:block font-size="11" font-family="Times" text-align="left" >
<xsl:value-of select="string-length(/report/resTechContributionText1)"></xsl:value-of>
</fo:block>
<fo:block border="1px solid red" font-size="11" font-family="Times" text-align="left" linefeed-treatment="preserve" >


<xsl:value-of select="/report/resTechContributionValue"></xsl:value-of>


</fo:block> </fo:table-cell> </fo:table-row>


is it possible to have each part of the text on each page with a full border around it (top/bottom/right/left) ?

Add the following to the border specification:


  border-before-width.conditionality="retain"
  border-after-width.conditionality="retain"

... and the borders at the before- and after-sides of the area will not be discarded.

I hope this helps.

. . . . . . . . . . Ken

--
Principles of XSLT for XQuery Writers: San Francisco,CA 2010-05-03
XSLT/XQuery/UBL/Code List training: Trondheim,Norway 2010-06-02/11
Vote for your XML training:   http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.