Im not sure why its so hard to find a none commercial package that will basically run xquery on an xml input wither a string or a file. Could not find much out there that is none commercial.
I tried Saxonhe but I’m not able to get the python to compile because I keep getting unresloved import on :
from saxonche import PySaxonProcessor
The other thing I tried is drb-xquery however I could not figure out how to pass xml string there as it seems to take only path to file or DrbNode!!
Any other suggestion for other easy and straightforwrad way to run xquery in python is very much appreciated.