Thank you, good idea, but none of them worked for me, the result is the same.
Here is the code:
<xsl:template match="list">
<fo:list-block provisional-distance-between-starts="15mm"
provisional-label-separation="5mm">
<xsl:apply-templates select="[EMAIL PROTECTED] != 2]"/>
</fo:list-block>
</xsl:template>
<xsl:template match="list/item">
<fo:list-item space-before="5mm">
<fo:list-item-label end-indent="label-end()">
<fo:block font-size="9.5px">
<xsl:number format="1."/>
</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block font-size="9.5px"
text-align="justify">
<xsl:apply-templates/>
</fo:block>
</fo:list-item-body>
</fo:list-item>
</xsl:template>
The filtering is done properly, but i get numbering 1,3,4,5,6
--
View this message in context:
http://www.nabble.com/%3Cfo%3Alist%3E-with-omitted-items-result-in-wrong-numbering-tf3939706.html#a11189764
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]