RE: [xsl] Determining the depth of a node

Subject: RE: [xsl] Determining the depth of a node
From: "Josh Canfield" <Josh.Canfield@xxxxxxxxxxxx>
Date: Tue, 2 Mar 2004 14:17:22 -0800
Does this help?

http://www.dpawson.co.uk/xsl/sect2/N2193.html

Josh

-----Original Message-----
From: cknell@xxxxxxxxxx [mailto:cknell@xxxxxxxxxx]
Sent: Tuesday, March 02, 2004 1:56 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Determining the depth of a node


It seems like this question is answered all the time, buy all my searchs seem to point me to XQuery and I don't want to use XQuery. In fact, for this purpose it would be most convenient to use the MSXSL processor, so we are talking XSLT 1.0.

I have captured a node in an element:
<xsl:variable name="max-node" select="descendant::*[name()= 'system' or name()= 'component'][position()=last()]" />

Now I need to know the number of ancestors this node has. What XPath expression will give me this? Thanks.

-- 
Charles Knell
cknell@xxxxxxxxxx - email

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


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


Current Thread