expat is still the default parser, but libxml2 can also be used via an option to the configure script. New parsers can easily be added by implementing a parser_foo.c that uses the interface defined in parser.h.
23 lines
250 B
Plaintext
23 lines
250 B
Plaintext
Makefile
|
|
Makefile.in
|
|
configure
|
|
install-sh
|
|
missing
|
|
aclocal.m4
|
|
config.log
|
|
config.status
|
|
depcomp
|
|
autom4te.cache
|
|
.dirstamp
|
|
.deps
|
|
.sconsign*
|
|
src/*.o
|
|
examples/*.o
|
|
tests/*.o
|
|
tests/check_parser
|
|
*.a
|
|
examples/basic
|
|
examples/active
|
|
examples/roster
|
|
examples/bot
|