RE: [xsl] What does position() really return

Subject: RE: [xsl] What does position() really return
From: "Evan Lenz" <elenz@xxxxxxxxxxx>
Date: Thu, 15 Mar 2001 15:20:37 -0800
Wendell's answer is sufficient, but it might also be worth noting that if
you say <xsl:apply-templates select="*"/>, you'll also get the result you
expected, because it selects only child *elements*, excluding any text
nodes.

<xsl:apply-templates/> without any attributes will always select all
*children*, which include any elements, processing instructions, comments,
and text nodes.

Evan


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


Current Thread