diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-25 13:33:14 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-25 13:33:14 +0000 |
commit | 6c5f9d14cc2bdf602b57499d001626176e409d1b (patch) | |
tree | f9386530431a475352b3b0220f4bd30993b48d21 /include/libxml | |
parent | 7e8a4f7a3111916508f3c9c345d266f8549d9f78 (diff) | |
download | libxml2-6c5f9d14cc2bdf602b57499d001626176e409d1b.tar.gz |
added a --convert option to xmlcatalog to convert SGML ones to the XML
* include/libxml/catalog.h catalog.c xmlcatalog.c: added a
--convert option to xmlcatalog to convert SGML ones to
the XML syntax.
* xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
Daniel
Diffstat (limited to 'include/libxml')
-rw-r--r-- | include/libxml/catalog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libxml/catalog.h b/include/libxml/catalog.h index ac5373be..4733da59 100644 --- a/include/libxml/catalog.h +++ b/include/libxml/catalog.h @@ -69,6 +69,7 @@ int xmlCatalogAdd (const xmlChar *type, const xmlChar *replace); int xmlCatalogRemove (const xmlChar *value); xmlDocPtr xmlParseCatalogFile (const char *filename); +int xmlCatalogConvert (void); /* * Strictly minimal interfaces for per-document catalogs used |