Hi Christian
I know that the R community is still looking for a XQuery tool. I won't say that RBaseX is the best but for the moment it is the best option I know of ;-). And bugs are becoming more and more rare (and difficult to resolve ;-(). Even after my retirement I spent a lot of time programming and working on the client gives me great fun. And introducing a syntax-checker would improve the usability. I'll take a look at het QueryParser class and see if I can manage to implement it in R.
Gruesse,
Ben
PS. I've nearly completed a text that I mean to present to R-bloggers and in which I present my client. Would you care giving it a look?
Op 17-02-2022 om 14:38 schreef Christian Grün:
Hi Ben,
An XQuery string is parsed by the QueryParser class [1]. It’s the largest Java class in the project, so it might take some time to get it reimplemented in R.
Groetjes, Christian