msoft problems sorting

Subject: msoft problems sorting
From: "Jason Thomas" <jason.thomas@xxxxxxxxxx>
Date: Tue, 3 Oct 2000 11:35:26 -0600
After looking at the posting for removing duplicates I tried this solution:

<xsl:for-each select="//location[not(. = following::location)]">
   <xsl:value-of select="." />
</xsl:for-each>

When I try to display this using Explorer 5.0 I get the following error
message:

Expected token ')' found ':'. //location[not(. = following-->:<--:location)]

Is there some Microsoft compatibility issue I should be aware of? Are there
any other options to removing duplicates from your output?

Jason Thomas
Software Design Engineer
Plexus Technology Group
(720) 890-4409
jason.thomas@xxxxxxxxxx


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread