3 #include "xml-template.h"
7 int main(int argc, char **argv)
9 Substitute master_directive = {
10 make_pair("title", new Replace("Namespace tests")),
11 make_pair("#hello", new Replace("Replaced.")),
14 xmlDocPtr doc = process_file("../xml/namespace2.xml", &master_directive);
15 output_to_fd_and_free(doc, 1);