apachetools is some generic apache module helper functions
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 4 Aug 2005 22:13:11 +0000 (22:13 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 4 Aug 2005 22:13:11 +0000 (22:13 +0000)
commita92e51b40a7ea43e0df2c058bc2492bb50d7d1b0
tree8c82933d83e1570d02b8053d798d796e3b48ac06
parent30ca3b41dd5f118f3ebb23faa8ad490c8813cb02
apachetools is some generic apache module helper functions
xmltools are some generic xml helper functions
mod_xmltools is the beginning of our XML monster for
processing DTDs, xincludes, and potentially xslt's

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@464 9efc2488-bf62-4759-914b-345cdb29e865
src/apachemods/Makefile [new file with mode: 0644]
src/apachemods/apachetools.c [new file with mode: 0644]
src/apachemods/apachetools.h [new file with mode: 0644]
src/apachemods/mod_xmltools.c [new file with mode: 0644]
src/apachemods/xmltools.c [new file with mode: 0644]
src/apachemods/xmltools.h [new file with mode: 0644]