Kutz Clemens (PEA-FE2/BA-T) wrote:
> I'm using a xsl-stylesheet to convert a xml-file to pdf and have a serious
> problem with the generate-id() - function.
> 
> Here's my XSL-Stylesheet:
> 
> <xsl:template match="TT">
>     <fo:wrapper id="{generate-id(.)}" xsl:use-attribute-sets="tt">
>         <xsl:apply-templates/>
>     </fo:wrapper>
> </xsl:template>
> 

Chances are it has something to do with 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3497.

-- 
Oleg Tkachenko
Multiconn International, Israel


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

Reply via email to