Try:
<xsl:for-each
select="some_data">
<xsl:if test="position() > 1">
This is not the
first!
</xsl:if>
Repeating
section...
</xsl:for-each>
Scott
|
- XPATH question - not FOP related Brian T. Wolf
- Re: XPATH question - not FOP related Scott Moore
- Re: XPATH question - not FOP related cn
- How can I dynamically pass data to be formatted?... BRAHMA
- Re: How can I dynamically pass data to be fo... Thierry Gounelle
- Re: How can I dynamically pass data to be fo... Thierry Gounelle
- Re: XPATH question - not FOP related Brian T. Wolf