Subject: Re: "true" preceding axis
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Sun, 29 May 2011 12:46:22 +0100
|
On Sun, 29 May 2011 13:26:20 +0200
Martin Honnen <Martin.Honnen@xxxxxx> wrote:
> Andriy Gerasika wrote:
> > Hi,
> > preceding axis does not include ancestor descendants, so I am using
> > //<test>[. << current()]
> > to get "true" precedings of the node
> >
> > The code works, however I am wondering if there is a better way
>
> Why can't you use the union
> preceding::* | ancestor::*
http://nwalsh.com/docs/tutorials/xsl/xsl/foil22.html
Norm hosts Ken Holmans diagram which I find particularly clear?
--
regards
--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
|