[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Usage of key inside a for loop of a RTF does not work properly


Subject: Re: [xsl] Usage of key inside a for loop of a RTF does not work properly
From: Geert Josten <Geert.Josten@xxxxxxxxxxx>
Date: Wed, 05 Jan 2005 08:18:03 +0100

		<xsl:for-each
select="key('professionlevelkey','$referid')">

You have quoted your variable reference, turning it into a string literal. Use $referid instead of '$referid'...


Cheers


Current Thread