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

fo:table-cell with dynamical number of cells

Subject: fo:table-cell with dynamical number of cells
From: Red Light <skydelta98@xxxxxxxxx>
Date: Fri, 27 Aug 2010 06:02:04 -0700 (PDT)
 fo:table-cell  with dynamical number of cells
Hi,


i'm using apache Fop to generate my Pdf so in my xsl to draw table i got :


<fo:table-row>  	     	   	        
  <fo:table-cell number-columns-spanned="$numberColumn" border="0.5pt solid black">
  <fo:block margin-top="2mm" text-align="left" font-weight="bold" font-size="9.0pt" font-family="Times">     			     
     <xsl:value-of select="label"/>
  </fo:block>
</fo:table-cell>    	     	   	        	     	   	     </fo:table-row>


while $numberColumn is a varible that i have defined  :


<xsl:variable name="numberColumn" select="count(/cv/Header)+1 "></xsl:variable>

when i print the value of $numberColumn it give em a result but assigning dynamicly "$numberColumn" to the attirute number-columns-spanned

doesn't work


and thanks for you help

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.