|
Subject: Re: [xsl] 2 level Grouping through attributes From: ronald heller <ronald@xxxxxxxxxxx> Date: Mon, 11 Feb 2002 13:49:43 +0100 |
Try the following: <?xml version='1.0'?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" indent="yes"/> <xsl:key name="level1" match="XML_OUTPUT/@UserID" use="." />
<xsl:comment>
<xsl:value-of select="generate-id(@UserID)" />
</xsl:comment>Hi,
I am trying to achieve multi level grouping (actually two levels) of the next XML.
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] 2 level Grouping through attr, Yoav Broudo | Thread | Re: [xsl] 2 level Grouping through , Jeni Tennison |
| Re: [xsl] xml to multiple targets?, cutlass | Date | [xsl] problem with using xsl:key, 林 子芯 |
| Month |