diff options
-rw-r--r-- | ezxml.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -20,14 +20,6 @@ int process(char *fn) { return 1; } - for (ezxml_t c = ezxml_child(body, "sec"); c; c = c->next) { - ezxml_t t = ezxml_get(c, "title", -1); - if (t) { - printf("section-title: %s\n", t->txt); - } - } - - printf("\n"); return 0; } |