This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Not So Newbie XPath Question


> >
> > <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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]