Program to generate an xml file based on a provided text file
Go to file
Chris Cromer 60f4d62594 readfile 2016-10-16 14:16:03 -03:00
.gitignore ignore the executable 2016-10-13 15:10:03 -03:00
Biblia.txt readfile 2016-10-16 14:16:03 -03:00
Makefile readfile 2016-10-16 14:16:03 -03:00
README readfile 2016-10-16 14:16:03 -03:00
chris.conf readfile 2016-10-16 14:16:03 -03:00
config.dtd readfile 2016-10-16 14:16:03 -03:00
encoding.c readfile 2016-10-16 14:16:03 -03:00
encoding.h readfile 2016-10-16 14:16:03 -03:00
main.c readfile 2016-10-16 14:16:03 -03:00
main.h restructured workdir 2016-10-13 21:07:35 -03:00
readconfig.c readfile 2016-10-16 14:16:03 -03:00
readconfig.h restructured workdir 2016-10-13 21:07:35 -03:00
readfile.c readfile 2016-10-16 14:16:03 -03:00
readfile.h readfile 2016-10-16 14:16:03 -03:00
string.c readfile 2016-10-16 14:16:03 -03:00
string.h readfile 2016-10-16 14:16:03 -03:00

README

This program requires the following:
libxml2
glibc compiled with iconv support
gcc compiled with C99