|
Subject: Re: [xsl] problem building a lookup table and find match from a different template From: "Leslie Young" <xlr8sx@xxxxxxxxxxx> Date: Wed, 30 Aug 2006 11:51:23 -0500 |
<xsl:template name="build-rec-lookup-table"> <xsl:param name="dataset"/>
<s:recs>
<xsl:for-each select="$dataset/Item">
<s:rec>
<s:keyid><xsl:value-of select="@ID" /></s:keyid>
<s:value><xsl:value-of select="@Value" /></s:value>
</s:rec>
</xsl:for-each>
</s:recs>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] problem building a lookup, Florent Georges | Thread | Re: [xsl] problem building a lookup, Florent Georges |
| [xsl] Optimization of style sheets, meenakshi n | Date | Re: [xsl] Optimization of style she, Mukul Gandhi |
| Month |