#include <stdio.h>
#include "dancer-xml.h"
Functions | |
static void | space (int i) |
static void | recurse_attribute (dxml_attribute *a) |
static void | recurse_element (dxml_element *e, int level) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
static void recurse_attribute | ( | dxml_attribute * | a | ) | [static] |
static void recurse_element | ( | dxml_element * | e, | |
int | level | |||
) | [static] |
static void space | ( | int | i | ) | [static] |