|
Subject: Re: [xsl] XSL Processing to avoid repetitions From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Wed, 16 Jun 2010 16:29:33 +0200 |
Thanks for your answer, but it doesn't work for me. I have resent a message with my real data. Maybe your solution would work if I don't change it to fit my data :)
<ol>
<xsl:for-each-group select="/Results/Row" group-by="CONTRACT">
<li>
<xsl:value-of select="current-grouping-key()"/>
<ol>
<xsl:for-each-group select="current-group()" group-by="CODE">
<li>
<xsl:value-of select="current-grouping-key()"/>
<ol>
<xsl:for-each select="current-group()/NUMERO">
<li>
<xsl:value-of select="."/>
</li>
</xsl:for-each>
</ol>
</li>
</xsl:for-each-group>
</ol>
</li>
</xsl:for-each-group>
</ol>Martin Honnen http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XSL Processing to avoid r, David Carlisle | Thread | RE: [xsl] XSL Processing to avoid r, Fabien Tillier |
| Re: [xsl] Could not select the text, Jack Bush | Date | Re: [xsl] Could not select the text, David Carlisle |
| Month |