Please recommend an easy xquery tool [closed]
I'm trying to grab some information from a private XML file used as DB schema, I'm thinking an XQuery command line tool could help. Would you please recommend one? Thanks. BTW, the implementations list is too long for me to pick...
here two gui versions...both open source
kernow uses saxon and has a bunch of features... (EDIT:currently the newest version of kernow is trial and not free, unless you get the older versions.)
and then theres qizx which comes with qizx studio, the gui isnt as good however it implements xquery 1.1 and xquery full text
I would recommend XQSharp. It is free for non-commercial use and has more features than the free version of Saxon (in particular it is fully schema aware, and has a much more advanced optimizer).
Disclaimer: I am a developer for XQSharp and am therefore biased.
I would recommend downloading the trial of Oxygen XML editor and using it. Its not command based though... Not too sure what you are using as a development environment but if you need a good XQuery library i would recommend the Saxon libraries which i believe comes in many flavors. I know there is a .NET library.
精彩评论