Numerous updates:

* Add makefile to install data

* Reference text is now formatted

* UTF-8 string processing
This commit is contained in:
David Baer
2015-08-06 14:31:38 -04:00
parent af38b1eafc
commit cfc0ba7e9a
13 changed files with 269 additions and 7 deletions

7
src/xml.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _XML_H
#define _XML_H
xmlDocPtr sermonToXmlDoc(const Sermon*);
void printXML(xmlDocPtr);
#endif /* !def _XML_H */