Re: [xsl] Can you index document() nodeset with <xsl:key?

Subject: Re: [xsl] Can you index document() nodeset with <xsl:key?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 4 Jul 2005 15:10:31 +0100
  Odd, because I thought that the key() function itself would take care of the
  required string conversion stuff.

It should.

If (as here) you supply a node set with a single node as the 2nd
argument of key() then the string value of that node is used to look up
the key so string() should have no effect. If it does have an effect
then that looks like a bug in the system.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread