static xmlChar **parse_list(xmlChar *str);
-static void print_xpath_nodes(xmlNodeSetPtr nodes);
+/* static void print_xpath_nodes(xmlNodeSetPtr nodes); */
static int
test_c14n(const char* xml_filename, int with_comments, int exclusive,
return(xpath);
}
+/*
static void
print_xpath_nodes(xmlNodeSetPtr nodes) {
xmlNodePtr cur;
}
}
}
-
-
-
-
+*/
#else
#include <stdio.h>