Original project: http://xqilla.sourceforge.net/HomePage This is just a git re-upload of XQuilla.
Find a file
2020-02-17 22:24:47 +01:00
autotools
docs
include
src
tests
Win32Projects
wintools
aclocal.m4
ChangeLog
configure
configure.in
LICENSE
Makefile.am
Makefile.in
README
TODO

This is XQilla, a C++ implementation of XQuery and XPath 2.0 based on Xerces-C.

Build Instructions
------------------

1. Download a source distribution of Xerces-C 3.2.1
2. Build Xerces-C

cd xerces-c-3.2.1/
./configure
make

4. Build XQilla

cd xqilla/
./configure --with-xerces=`pwd`/../xerces-c-3.2.1/
make