Home | History | Annotate | Download | only in libxml2

Lines Matching refs:CATALOG

28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
297 printf("\tdump: print the current catalog state\n");
315 \tParse the catalog file and query it for the entities\n\
318 \t--create : create a new catalog\n\
324 \t used with --add or --del, it saves the catalog changes\n\
325 \t and with --sgml it automatically updates the super catalog\n\
326 \t--no-super-update: do not update the SGML super catalog\n\
401 /* No catalog entry specified */
403 fprintf(stderr, "No catalog entry specified to remove from\n");
414 xmlCatalogAdd(BAD_CAST "catalog", BAD_CAST argv[i], NULL);
446 xmlACatalogAdd(catal, BAD_CAST "CATALOG",
454 xmlACatalogAdd(super, BAD_CAST "CATALOG",
613 fprintf(stderr, "libxml was not compiled with catalog and output support\n");