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"
296 printf("\tdump: print the current catalog state\n");
314 \tParse the catalog file and query it for the entities\n\
317 \t--create : create a new catalog\n\
323 \t used with --add or --del, it saves the catalog changes\n\
324 \t and with --sgml it automatically updates the super catalog\n\
325 \t--no-super-update: do not update the SGML super catalog\n\
400 /* No catalog entry specified */
402 fprintf(stderr, "No catalog entry specified to remove from\n");
413 xmlCatalogAdd(BAD_CAST "catalog", BAD_CAST argv[i], NULL);
445 xmlACatalogAdd(catal, BAD_CAST "CATALOG",
453 xmlACatalogAdd(super, BAD_CAST "CATALOG",
612 fprintf(stderr, "libxml was not compiled with catalog and output support\n");