|
Subject: Re: [xsl] current() within a key element's @use From: Martin Honnen <Martin.Honnen@xxxxxx> Date: Fri, 28 Dec 2012 19:06:15 +0100 |
As for a work-around, the following works with xsltproc, but interestingly, not with Saxon. Saxon complains "key() function cannot be used here". (This is a variant of the XSLT that Dimitre posted on SO):
<xsl:key name='kTagUsage' match='tagUsage' use='@render'/>
<xsl:key name="kRendByUsageGi" match="rendition"
use="key('kTagUsage', @xml:id)/@gi"/>
Martin Honnen --- MVP Data Platform Development http://msmvps.com/blogs/martin_honnen/
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] current() within a key el, Dimitre Novatchev | Thread | Re: [xsl] current() within a key el, Chris Maloney |
| Re: [xsl] current() within a key el, Dimitre Novatchev | Date | Re: [xsl] current() within a key el, Chris Maloney |
| Month |