xmlParseCatalogFile ()
xmlDocPtr xmlParseCatalogFile (const char *filename); |
parse an XML file and build a tree. It's like xmlParseFile()
+except it bypass all catalog lookups.
filename : | the filename |
Returns : | the resulting document tree or NULL in case of error |