ASP Error: 70
Description: Permission denied
Source: Microsoft VBScript runtime error
|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XSLT sort
> I get some weird problems with this XSLT. If a element has the same
> attribute "enamn" like another element, it gets duplicated.
>
>
> <xsl:template match="@enamn">
> <xsl:for-each select="key('mykey',.)">
> <xsl:copy-of select="."/>
> </xsl:for-each>
> </xsl:template>
>
key('mykey',.) selects all the elements that have a value for mykey equal to
the value of the context node. So this will do exactly what you describe:
each time you hit the value X, it will output one copy of each node whose
value is X.
I don't know what you're trying to achieve by using a key here.
Michael Kay
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








