Re: XSLTC template problem

2005-12-07 Thread Johan
xsl:template match=/ ... fo:page-sequence ... xsl:apply-templates select=whatever-nodes / /fo:page-sequence /xsl:template xsl:template match=whatever-nodes fo:table ... !-- maybe some more xsl:apply-templates or xsl:call-template here... -- /fo:table

Re: XSLTC template problem

2005-12-06 Thread Andreas L Delmelle
On Dec 6, 2005, at 20:46, Elmström Johan wrote: I am having trouble generating a PDF when using XSLTC, I need to use xsl:templates to avoid a known bug when XSLTC creates its intermediate translet. However, there’s as far as I can tell, a Catch 22 involved.. To be able to put fo:table