You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Roytman, Alex" <ro...@peacetech.com> on 2001/02/06 03:58:31 UTC

Storing NodeSet in a variable

Hello,

Could someone please clarify following for me

When nodeset is assigned to a variable 
<xsl:variable name="myset" select="mynodes[very complex criteria]"/>

When does this get executed and what get stored in the variable - references
to nodes matching criteria (fast access) or original expression (slow
access)

Thank you in advance

Alex