On Wed, Feb 18, 2009 at 10:13:05PM +0000, Richard W.M. Jones wrote: > Coming soon, XQilla, an XQuery/XPath tool and library: > http://xqilla.sourceforge.net/HomePage
Added. I used version 2.2.0 which is slightly different from the native Fedora version (2.1.3), for various reasons that turned out not to be very important after all. XQC (the C API) doesn't work in this release. It's a really odd bug: the symbols in this API are added to the DLL, but for some reason are not added to the implib, with the result that no GCC-compiled code can link to them. The rest of the API seems to be unaffected by this. I ran the xqilla command line tool, and it appears to do what it says on the tin, but that's about the limit of my testing. $ echo "1 to 100" > test.xqy $ i686-pc-mingw32-xqilla.exe test.xqy 1 2 3 4 [...] 100 Rich. -- Richard Jones, Emerging Technologies, Red Hat http://et.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Windows. http://et.redhat.com/~rjones/virt-df/ _______________________________________________ fedora-mingw mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw
