RE: [xsl] Re: XSLT 2.0: On xsl:sequence and xsl:copy-of

Subject: RE: [xsl] Re: XSLT 2.0: On xsl:sequence and xsl:copy-of
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Mon, 13 Oct 2003 10:49:16 +0100
> > XSLT 2.0 can now do this too, for example
> > 
> > <xsl:variable name="e" as="element()*">
> >  <a/><b/><c/>
> > </xsl:variable>
> 
> ... and what is the data type of this variable please Mike?
> 
The static type of the variable is element()*, which you can read as "a
sequence of zero or more element nodes".

Michael Kay


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


Current Thread