| 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 #define _PURPLE_XMLNODE_C_ |
|
| 27 |
26 |
| 28 #include "internal.h" |
27 #include "internal.h" |
| 29 #include "debug.h" |
28 #include "debug.h" |
| 30 |
29 |
| 31 #include <libxml/parser.h> |
30 #include <libxml/parser.h> |