xsl-list
[Top] [All Lists]

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

2005-01-05 00:22:13
Sorry for typo actually I am using $referid not
'$referid'.

-Ranjan
--- Geert Josten <Geert(_dot_)Josten(_at_)daidalos(_dot_)nl> wrote:

            <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


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--