]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/objson/xml2json.h
made the logging module fail gracefully when syslog is not present
[OpenSRF.git] / src / objson / xml2json.h
1
2 #include <stdio.h>
3 #include <string.h>
4 #include <libxml/globals.h>
5 #include <libxml/xmlerror.h>
6 #include <libxml/parser.h>
7 #include <libxml/tree.h>
8 #include <libxml/xmlmemory.h>
9
10 #include "object.h"
11 #include "json_parser.h"
12 #include "utils.h"
13 #include "osrf_list.h"
14
15
16
17 jsonObject* jsonXMLToJSONObject(const char* xml);
18
19
20