RE: [xsl] What do we have in variable?

Subject: RE: [xsl] What do we have in variable?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 9 May 2002 23:20:44 +0100
> I'm just trying to understand, whenever we initialize some 
> variable for
> example in that way <xsl:variable name="somevar" 
> select="ancestor::*"/>
> what do we have stored inside it? Is it an array or some root node?
> 
It is a node-set: a set of (references to) nodes in a tree.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread