Re: [jxpath] Adding functions

2009-05-29 Thread Matt Benson
er... -Matt --- On Fri, 5/29/09, Emmanuel Bourg wrote: > From: Emmanuel Bourg > Subject: [jxpath] Adding functions > To: "Commons Developers List" > Date: Friday, May 29, 2009, 6:30 AM > I played a bit with JXPath today to > implement the ends-with() function. I

[jxpath] Adding functions

2009-05-29 Thread Emmanuel Bourg
I played a bit with JXPath today to implement the ends-with() function. I thought it would be a quick copy&paste of the starts-with() function, but that was a little more tricky. The function is referenced in several places, and I had to regenerate the parser with JavaCC. I wonder if it would