libidav/xml.c

changeset 848
b71598a22e11
parent 816
839fefbdedc7
--- a/libidav/xml.c	Sun Nov 17 13:11:14 2024 +0100
+++ b/libidav/xml.c	Thu Nov 28 17:18:43 2024 +0100
@@ -174,8 +174,8 @@
                 prefix = cxMapGet(nsmap, cx_hash_key_str(node->namespace));
                 if(!prefix) {
                     cxmutstr newpre = cx_asprintf("x%zu", cxMapSize(nsmap)+1);
-                    // TODO: fix namespace declaration
-                    //ucx_map_cstr_put(nsmap, node->namespace, newpre.ptr);
+                    // TODO: fix
+                    //cxMapPut(nsmap, node->namespace, newpre.ptr);
                     prefix = newpre.ptr;
                     prefix_fr = prefix;
                     cx_fprintf(

mercurial