Garrett Rooney wrote: >[snip] >> >> FOMTest is failing, with jaxen complaining that it can find neither the >> count nor the concat functions. I don't have great familiarity with >> XPath, but this would seem to be more of an XPath implementation issue >> than an abdera issue, unless abdera uses these functions internally >> somewhere. > > Yeah, I think that's the "not-quite-portable-xpath" stuff, although > James can likely say for sure. >
I was accidentally overwriting the default function context in the xpath resolver, causing all of the standard functions to disappear. I just checked in a fix. - James
