src/server/webdav/xml.h

changeset 415
d938228c382e
parent 318
60870dbac94f
equal deleted inserted replaced
414:99a34860c105 415:d938228c382e
30 #define WEBDAV_XML_H 30 #define WEBDAV_XML_H
31 31
32 #include "../public/webdav.h" 32 #include "../public/webdav.h"
33 #include <libxml/tree.h> 33 #include <libxml/tree.h>
34 34
35 #include <ucx/map.h> 35 #include <cx/map.h>
36 #include <ucx/ucx.h>
37 36
38 #include "../util/writer.h" 37 #include "../util/writer.h"
39 38
40 #ifdef __cplusplus 39 #ifdef __cplusplus
41 extern "C" { 40 extern "C" {
45 * Writes the xmlNode, all children and following nodes to the writer 'out'. 44 * Writes the xmlNode, all children and following nodes to the writer 'out'.
46 */ 45 */
47 int wsxml_write_nodes( 46 int wsxml_write_nodes(
48 pool_handle_t *pool, 47 pool_handle_t *pool,
49 Writer *out, 48 Writer *out,
50 UcxMap *nsdefs, 49 CxMap *nsdefs,
51 xmlNode *node); 50 xmlNode *node);
52 51
53 /* 52 /*
54 * Writes the xmlNode, all children and following nodes to the writer 'out' 53 * Writes the xmlNode, all children and following nodes to the writer 'out'
55 * without creating any namespace definitions. Therefore all namespaces must 54 * without creating any namespace definitions. Therefore all namespaces must

mercurial