somehow it doesn't work for me :( I suspect I have an xpath-problem, but can't
figure out what would be wrong...
my template starts like this:
<xsl:template match="projektindikator_info/projekt/projektindikator">
<xsl:if test="position() > 1"><fo:block break-before="page"/></xsl:if>
...
it works just fine, but always inserts a blank page at the beginning of the
document. I don't understand this. Can I only call for positions if I go through
a for-each loop?
cheers, pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]