xsl-list
[Top] [All Lists]

Okay to build Keys on Variables

2004-07-16 10:41:13
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


<Prev in Thread] Current Thread [Next in Thread>