[Home] [By Thread] [By Date] [Recent Entries]
Something like this somewhere in your stylesheet
<xsl:choose>
<xsl:when test="preceding-sibling::newlink/@book = @book">
<xsl:comment>Duplicate</xsl:comment>
</xsl:when>
<xsl:otherwise>
<xsl:copy-of select="." />
</xsl:otherwise>
</xsl:choose>
|

Cart



