|
Subject: Re: [xsl] Finding Duplicates with XPath From: Peter Hickman <peter@xxxxxxxxxxxxx> Date: Mon, 04 Dec 2006 17:23:01 +0000 |
<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>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Finding Duplicates with XPath, Rick Quatro | Thread | Re: [xsl] Finding Duplicates with X, Mukul Gandhi |
| Re: [xsl] How do I line up fo:block, Jost Klopfstein | Date | Re: [xsl] Finding Duplicates with X, Mukul Gandhi |
| Month |