#ifndef APP_XML_H
#define APP_XML_H
#include <libidav/webdav.h>
#include <cx/string.h>
#ifdef __cplusplus
extern "C" {
#endif
void property_xml2str(DavXmlNode *content, const char *namespace, cxmutstr *out_xmlstr, cxmutstr *out_nsdef);
#ifdef __cplusplus
}
#endif
#endif