This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

msoft problems sorting


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@plexus.com


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]