Okay to build Keys on Variables2004-07-16 10:41:13Is it legal to create a key based on xml source coming from a variable?
So:
<xsl:variable name="TIMES" select="document('TIMES.xml')//TIMES"/>
<xsl:key name="kyTimes" match="$TIMES/TIME" use="@time_minutes" />
Karl
|
|
||||||||||||||||