|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Grouping by key
Hi,
Thanks for all responses. Things are working fine after fixing the two
typos, suggested by Geert.
>>Two typos..
>><xsl:template match="documents">
>><table>
>><xsl:apply-templates select="account[generate-id() = generate-id( key(
'categorise', town ) )]" mode="catcols" />
>>I think this must be:
>><xsl:apply-templates select="account[generate-id() = generate-id(
key('categorise', town)[1] )]" mode="catcols" />
>><xsl:template match="account" mode="catcols">
>><tr>
>><td><xsl:value-of select="town" /></td>
>><xsl:apply-templates select="//account[generate-id() = generate-id( key(
'categorise', town ) )]" mode="catrows" />
>>And this should be:
>><xsl:apply-templates select="key('categorise', town)" mode="catrows" />
Thanks.
|
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








