Skip to content

Implements XPath 2.0 in R

2 messages · Rees Morrison, Hadley Wickham

#
Many users of R would like the enhanced extraction capabilities of XPath
2.0, but only XPath 1.0 is available..

What would the best approach be to find someone to implement XPath 2.0 for
R (assuming that is a good idea)?  What might the cost be and how would one
set this package development in motion?

Thanks
1 day later
#
Why do you need from xpath 2.0?  It will almost certainly be easier to
implement similar functionality using a little R code than adding
xpath 2.0 support.

Hadley
On Mon, Nov 17, 2014 at 6:03 AM, Rees Morrison <rees at reesmorrison.com> wrote: