In XML file itself i have a value which i need to use for row span.
 
I know i can get the value with
 
<xsl:value-of select="RowSpan"/>
 
Also i can set the row span with
 
<fo:table-cell number-rows-spanned="2">....
 
But what i want is set "RowSpan" value from xml inside "number-rows-spanned"
 
I tried many different ways but unable to get thr, any idea ?
 
regards
Manisha
 


Do you Yahoo!?
The all-new My Yahoo! – What will yours do?

Reply via email to