|
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 14:01:23 +0100 |
I think I am quite clear now. SO I can think that As I am inside for loop of RTF so key selects nodes in RTF which does not produce any result.
<!-- outer loop --> <xsl:for-each select="node-set($levelreference)/*"> <xsl:variable name="id" select="@levelref" />
<!-- here comes the trick :P --> <xsl:for-each select="$current">
<!-- compressed inner loop to one value-of statement -->
<xsl:value-of select="key('professionlevelkey', $id)/@value" />| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Usage of key inside a for, Ranjan K. Baisak | Thread | Re: [xsl] Usage of key inside a for, Ranjan K. Baisak |
| RE: [xsl] implements callback in JA, Michael Kay | Date | [xsl] Non-xml source documents, Jim Neff |
| Month |