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


Michael Kay wrote:
> 
> > >
> > > <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.

Thanks everyone for their responses. :)
It has been an education. Could anyone suggest a site
that explains some of these knotty XPath issues or
recommend a good book?

Bern

 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]