Menu

Tree [a17d5a] default /
 History

Read Only access


File Date Author Commit
 Win32Projects 2016-03-24 Lauren Foutz Lauren Foutz [4f26fe] Setting the correct output directory for the Vi...
 autotools 2010-10-21 John Snelson John Snelson [25778b] Created a HashMap template class to replace the...
 docs 2008-11-28 John Snelson John Snelson [370a49] Added XQC API documentation, and added examples...
 include 2015-05-15 Lauren Foutz Lauren Foutz [82b599] [] Updating the version numbers ahead of the pa...
 src 2018-01-26 Lauren Foutz Lauren Foutz [a17d5a] [#26537] Fixing a bug that prevented XQilla fro...
 tests 2015-05-14 Lauren Foutz Lauren Foutz [1e6544] [] Updating the expected failures in the test s...
 wintools 2016-03-24 Lauren Foutz Lauren Foutz [4f26fe] Setting the correct output directory for the Vi...
 .hgignore 2010-02-05 John Snelson John Snelson [f21cb4] Add bison temporary files to .hgignore.
 .hgtags 2011-07-12 John Snelson John Snelson [6db37f] Merge in the tail call optimization changes fro...
 ChangeLog 2016-03-23 Lauren Foutz Lauren Foutz [cc7935] Bumping up to 2.3.3 ahead of a new patch release.
 LICENSE 2008-01-02 John Snelson John Snelson [96927c] Added extension functions to parse and serializ...
 Makefile.am 2016-03-24 Lauren Foutz Lauren Foutz [ba4e87] Adding the new Visual Studio directories to the...
 Makefile.in 2016-03-24 Lauren Foutz Lauren Foutz [ba4e87] Adding the new Visual Studio directories to the...
 README 2016-03-23 Lauren Foutz Lauren Foutz [cc7935] Bumping up to 2.3.3 ahead of a new patch release.
 TODO 2011-08-22 John Snelson John Snelson [267180] Updated the TODO list.
 aclocal.m4 2011-07-12 John Snelson John Snelson [6db37f] Merge in the tail call optimization changes fro...
 configure 2016-03-23 Lauren Foutz Lauren Foutz [cc7935] Bumping up to 2.3.3 ahead of a new patch release.
 configure.in 2016-03-23 Lauren Foutz Lauren Foutz [cc7935] Bumping up to 2.3.3 ahead of a new patch release.

Read Me

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.0.1
2. Build Xerces-C

cd xerces-c-3.0.1/
./configure
make

4. Build XQilla

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