Re: [xsl] RE: Determining the level of the XML node?

Subject: Re: [xsl] RE: Determining the level of the XML node?
From: Mike Brown <mike@xxxxxxxx>
Date: Thu, 18 Jan 2001 14:09:16 -0700 (MST)
David M. Goudreau wrote:
> What xsl tag should "count(ancestor::node())" go in to print it out?
> <xsl:number>?  I'm using Xerces & Xalan.  Thanks in advance.

<xsl:value-of select="count(ancestor::node())"/>

will create in the result tree a text node containing the numeric
string you want. This is what you probably mean by "print it out".

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at            My XML/XSL resources: 
webb.net in Denver, Colorado, USA              http://skew.org/xml/


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


Current Thread