Home | History | Annotate | Download | only in libxml2

Lines Matching full:catalog

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