xsl-list
[Top] [All Lists]

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

2007-08-01 03:36:56
On 8/1/07, J. Zhang <j(_dot_)zhang(_at_)uva(_dot_)nl> wrote:
It seems saxon:path does not take an argument. I get an error:

Cannot find a matching 1-argument function named
{http://saxon.sf.net/}path()

Should be this way around:

ancestor::*[position()=floor(last() div 2)]/saxon:path()

cheers
andrew
-- 
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--