Re: Can I do this with the Key function?

>  But it generates  just 'reference'
you should get no result document at all as there is a syntax error:

<xsl:select value-of="@n"/>

should be

<xsl:value-of select="@n"/>

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Received on Friday, 20 July 2007 00:58:08 UTC