[Home] [By Thread] [By Date] [Recent Entries]
Is 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
|

Cart



