From: Julien Vinel <[EMAIL PROTECTED]>

<snip/>

And an xsl code like this :

<xsl:variable name="nb_header" select="count(header/item)"/>


<snip/>

        <fo:table-cell number-columns-spanned="$nb_header">
          <fo:block>General comment for header 1, 2, 3</fo:block>
        </fo:table-cell>

<snip/>


Fop give me an error : [ERROR] Error in number-columns-spanned property value '$nb_header': org.apache.fop.fo.expr.PropertyException: illegal character


I believe you need to set number-columns-spanned="{$nb_header}"

Chris

_________________________________________________________________
Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to