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