Subject: RE: Tricky XPath Question
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Wed, 1 Dec 1999 10:17:54 -0700
|
> You can try this :
>
> <xsl:for-each select="term[not(preceding::term=.)]">
> <xsl:value-of select="."/>
> </xsl:for-each>
Hopefully this will work for him. The original poster wanted a comparison of
"content" of term elements, which is more difficult to test than string
values because descendant nodes would be considered "content". If each
<term> contains only text, it will be fine.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|