Added SILC XML API
authorPekka Riikonen <priikone@silcnet.org>
Sat, 21 Jun 2008 12:08:54 +0000 (15:08 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 21 Jun 2008 12:08:54 +0000 (15:08 +0300)
commit8d875a67439e0643f628e41d094190d76d30f6ef
tree4479f315d01822e1e356444b04af65885740c955
parent40232f82d09bb31e3ef245db06d60a925210c501
Added SILC XML API

The SILC XML API provides (or will provide) a simple stream based
XML parsing interface.  It is wrapper to Expat XML library.

Added --with-expat configuration option too in case the automatic
detection of expat doesn't find it in the system.
TODO
configure.ad
lib/silcutil/Makefile.ad
lib/silcutil/silcruntime.h.in
lib/silcutil/silcxml.c [new file with mode: 0644]
lib/silcutil/silcxml.h [new file with mode: 0644]
lib/silcutil/tests/Makefile.am
lib/silcutil/tests/test_silcxml.c [new file with mode: 0644]