You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Manisha Sathe <ma...@yahoo.com> on 2005/02/15 10:29:53 UTC

Dynamic parameter settings

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?

Re: Dynamic parameter settings

Posted by Ram Krishnamoorthi <ra...@yahoo.com>.
--- Jeremias Maerki <de...@greenmail.ch> wrote:

> This is an XSLT question, not really FOP-related,
> but try:
> 
> <fo:table-cell number-rows-spanned="{RowSpan}">....
> 
> or
> 
> <fo:table-cell>
>   <xsl:attribute
> name="number-rows-spanned"><xsl:value-of
> select="RowSpan"/></xsl:attribute>
> 
> 
> On 15.02.2005 10:29:53 Manisha Sathe wrote:
> > 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 ?
> 
> 
> Jeremias Maerki
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> fop-user-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> fop-user-help@xml.apache.org
> 
> 



		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: Dynamic parameter settings

Posted by Manisha Sathe <ma...@yahoo.com>.
thanks! it did the trick
 
regards
Manisha

Jeremias Maerki <de...@greenmail.ch> wrote:
This is an XSLT question, not really FOP-related, but try:

....

or





On 15.02.2005 10:29:53 Manisha Sathe wrote:
> In XML file itself i have a value which i need to use for row span.
> 
> I know i can get the value with 
> 
> 
> 
> Also i can set the row span with 
> 
> ....
> 
> 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 ?


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


		
---------------------------------
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

Re: Dynamic parameter settings

Posted by Jeremias Maerki <de...@greenmail.ch>.
This is an XSLT question, not really FOP-related, but try:

<fo:table-cell number-rows-spanned="{RowSpan}">....

or

<fo:table-cell>
  <xsl:attribute name="number-rows-spanned"><xsl:value-of select="RowSpan"/></xsl:attribute>


On 15.02.2005 10:29:53 Manisha Sathe wrote:
> 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 ?


Jeremias Maerki


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org