Re: [xsl] use variable in <xsl:if test=

Subject: Re: [xsl] use variable in <xsl:if test=
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 1 Mar 2002 20:11:54 -0700 (MST)
Matt Gushee wrote:
> '*' means 'any child _element_
> of the current context node'. At the top level of the stylesheet,
> there are no child elements.

That's not correct. Per section 11.4 of the spec, top-level variables are
evaluated with the source tree's root node as both the current node and the
current node list. Therefore, with a well-formed source tree, '*' in a
top-level variable will always be the document element.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/

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


Current Thread