[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Construct a list without duplicate element


Subject: Re: Construct a list without duplicate element
From: "Chuck White" <chuck@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jun 1999 09:33:48 -0700

----------
>From: Éric Riblair <eriblair@xxxxxxxxxxxx>
>To: <xsl-list@xxxxxxxxxxxxxxxx>
>Subject: Re: Construct a list without duplicate element
>Date: Wed, Jun 30, 1999, 9:04 AM
>

>Thanks for your answer,
>
>I'd just try your code with no success ... in that way:
>
>   <xsl:for-each select="SgPlantTypes/SgPlantType" order-by="@FCOLOR">
>   <xsl:if test="@FCOLOR">
>   <xsl:variable name="currentColor"><xsl:value-of

***********

xsl:variable is not supported by IE5. Here are the elements that are
supported:
xsl:apply-templates, xsl:attribute, xsl:choose,  xsl:copy, xsl:element,
xsl:eval (not part of XSL WD), xsl:for-each,  xsl:if, xsl:otherwise, xsl:pi,
xsl:script (not part of XSL WD) , xsl:stylesheet, xsl:template,
xsl:value-of, xsl:when

Chuck White
Creative Director
Advance Recruitment Advertising, Inc.
chuck@xxxxxxxxxxxxxxxxxxxxxx
650-261-1060
http://www.advancerecruitment.com
--------------------------------------------------
author of Internet Explorer 5 Developer's Guide.
M&T Press, IDG Books Worldwide


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



Current Thread
Keywords
xsl