[Home] [By Thread] [By Date] [Recent Entries]
On 8/30/06, Florent Georges <darkman_spam@xxxxxxxx> wrote:
Sam Carleton wrote: Florent, I have not used keys before. Just read about them and here is what I have so far: <xsl:key name="method" match="method" use="id"/> Then to get the name it would be this: <xsl:value-of select="key('method', @methodID)/name"/> The only thing I don't understand is if the key can handle multiple conditions, that being both the method ID and the method version. In case you are wondering the parser that is in use is Microsoft .Net 2.0's XslCompiledTransform which is only XSLT 1.0. Sam
|

Cart



