Re: [xsl] Selecting Median of Root to Deepest node

Subject: Re: [xsl] Selecting Median of Root to Deepest node
From: "J. Zhang" <j.zhang@xxxxxx>
Date: Wed, 01 Aug 2007 12:18:43 +0200
Thanks David,

I am now grabbing all nodes that at least have 3 ancestors.

How can I make saxon:path() select the median of the absolute path.

The function returns me now:

Root/node1/node2/node3/node4/node5 when I do saxon:path() .

I want it to return to me: Root/node1/node2/node3

Thanks,
  jz



David Carlisle wrote:
I am trying count(saxon:path()),
saxon:path just returns a string, which isn't what you want at all, If I
understand the question you want the number of ancestors, which is
count(ancestor::node())

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________

Current Thread