or use this syntax :
<fo:table-cell width="{$widthParam}"
border-width="1px" border-style="solid" padding-right="10px" >
2007/8/20, Stefan Heuer <[EMAIL PROTECTED]>:
>
> Hi Simo,
>
> I would do:
> <fo:table-cell border-width="1px" border-style="solid"
> padding-right="10px" >
> <xsl:attribute name="width"><xsl:value-of select="$widthParam"
> /></xsl:attirbute>
>
> </fo:table>
>
>
> Sidi Mohamed Idrissi Yaghir schrieb:
> > Hi mailing list,
> >
> > is there a possibility to use the attributes of the fo-elements in
> > the XSLT file as parameters???
> >
> > this hier e.g. didn“t work:
> > <fo:table-cell width="<xsl:value-of select="$widthParam" />"
> > border-width="1px" border-style="solid" padding-right="10px" >
> >
> ----------------------------------------------------------------------------
> >
> > i get this Error:
> > [Fatal Error] test.xsl:24:40: The value of attribute "width"
> > associated with an element type "fo:table-cell" must not contain the
> > '<' character.
> >
> >
> > thnx
> >
> > Simo
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>