Parsing the input file takes a single function call:
doc = xmlParseFile(argv[i]);
It returns an xmlDocPtr, a struct in memory that
contains the document tree. It can be manipulated directly, but for this
example you will not need to.
