This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: use variable in <xsl:if test=


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]