RE: [xsl] Not So Newbie XPath Question

Subject: RE: [xsl] Not So Newbie XPath Question
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 19 Feb 2001 20:49:09 -0000
> >
> > <xsl:template match="a[not(following-sibling::a)]" >
>
> Mmm. Does using following-sibling work given Jeni Tennison's Post?
>
You can use any XPath expression in the predicate of a match pattern,
provided it doesn't contain variable references and doesn't use the
current() function. The restriction on which axes are allowed applies only
outside the square brackets.

Mike Kay


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


Current Thread