| 21 |
21 |
| 22 /* A lot of this code at least resembles the code in libxode, but since |
22 /* A lot of this code at least resembles the code in libxode, but since |
| 23 * libxode uses memory pools that we simply have no need for, I decided to |
23 * libxode uses memory pools that we simply have no need for, I decided to |
| 24 * write my own stuff. Also, re-writing this lets me be as lightweight |
24 * write my own stuff. Also, re-writing this lets me be as lightweight |
| 25 * as I want to be. Thank you libxode for giving me a good starting point */ |
25 * as I want to be. Thank you libxode for giving me a good starting point */ |
| |
26 |
| |
27 #include <glib/gi18n-lib.h> |
| 26 |
28 |
| 27 #include "internal.h" |
29 #include "internal.h" |
| 28 #include "debug.h" |
30 #include "debug.h" |
| 29 |
31 |
| 30 #include <libxml/parser.h> |
32 #include <libxml/parser.h> |