diff --git a/ChangeLog b/ChangeLog index 4f69e938..617ecef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard + + * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog + * doc/*: rebuilt to update + Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard * xmlsave.c: optimize indentation based on the new context diff --git a/catalog.c b/catalog.c index 602e16bf..711761e7 100644 --- a/catalog.c +++ b/catalog.c @@ -2731,7 +2731,7 @@ xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) { * @catal: a Catalog * @out: the file. * - * Free up all the memory associated with catalogs + * Dump the given catalog to the given file. */ void xmlACatalogDump(xmlCatalogPtr catal, FILE *out) { @@ -3147,7 +3147,7 @@ xmlCatalogResolveURI(const xmlChar *URI) { * xmlCatalogDump: * @out: the file. * - * Free up all the memory associated with catalogs + * Dump all the global catalog content to the given file. */ void xmlCatalogDump(FILE *out) { diff --git a/doc/APIchunk10.html b/doc/APIchunk10.html index baeacb65..d818c917 100644 --- a/doc/APIchunk10.html +++ b/doc/APIchunk10.html @@ -151,10 +151,8 @@ A:link, A:visited, A:active { text-decoration: underline } CAST_TO_STRING
xmlXPathConvertFunc
cat
xmlShellCat
-
catalogs
xmlACatalogDump
-xmlCatalogAddLocal
+
catalogs
xmlCatalogAddLocal
xmlCatalogCleanup
-xmlCatalogDump
xmlCatalogFreeLocal
xmlCatalogGetDefaults
xmlCatalogLocalResolve
diff --git a/doc/APIchunk14.html b/doc/APIchunk14.html index 8f434296..678c9f83 100644 --- a/doc/APIchunk14.html +++ b/doc/APIchunk14.html @@ -123,6 +123,7 @@ A:link, A:visited, A:active { text-decoration: underline }
global
XML_SCHEMAS_ELEM_GLOBAL
_xmlNs
globalNamespace
+xmlCatalogDump
xmlCleanupParser
xmlCtxtResetLastError
xmlEncodeEntitiesReentrant
diff --git a/doc/html/libxml-catalog.html b/doc/html/libxml-catalog.html index 59345bda..be75cc5a 100644 --- a/doc/html/libxml-catalog.html +++ b/doc/html/libxml-catalog.html @@ -70,7 +70,7 @@ The content of this structure is not made public by the API.

Function: xmlACatalogAdd

int	xmlACatalogAdd			(xmlCatalogPtr catal, 
const xmlChar * type,
const xmlChar * orig,
const xmlChar * replace)

Add an entry in the catalog, it may overwrite existing but different entries.

catal:a Catalog
type:the type of record to add to the catalog
orig:the system, public or prefix to match
replace:the replacement value for the match
Returns:0 if successful, -1 otherwise

Function: xmlACatalogDump

void	xmlACatalogDump			(xmlCatalogPtr catal, 
FILE * out)
-

Free up all the memory associated with catalogs

+

Dump the given catalog to the given file.

catal:a Catalog
out:the file.

Function: xmlACatalogRemove

int	xmlACatalogRemove		(xmlCatalogPtr catal, 
const xmlChar * value)

Remove an entry from the catalog

catal:a Catalog
value:the value to remove
Returns:the number of entries removed if successful, -1 otherwise

Function: xmlACatalogResolve

xmlChar *	xmlACatalogResolve	(xmlCatalogPtr catal, 
const xmlChar * pubID,
const xmlChar * sysID)
@@ -90,7 +90,7 @@ The content of this structure is not made public by the API.

Function: xmlCatalogConvert

int	xmlCatalogConvert		(void)

Convert all the SGML catalog entries as XML ones

Returns:the number of entries converted if successful, -1 otherwise

Function: xmlCatalogDump

void	xmlCatalogDump			(FILE * out)
-

Free up all the memory associated with catalogs

+

Dump all the global catalog content to the given file.

out:the file.

Function: xmlCatalogFreeLocal

void	xmlCatalogFreeLocal		(void * catalogs)

Free up the memory associated to the catalog list

catalogs:a document's list of catalogs

Function: xmlCatalogGetDefaults

xmlCatalogAllow	xmlCatalogGetDefaults	(void)
diff --git a/doc/libxml2-api.xml b/doc/libxml2-api.xml index 3546b0c8..82298a1a 100644 --- a/doc/libxml2-api.xml +++ b/doc/libxml2-api.xml @@ -6508,7 +6508,7 @@ actually an xmlCharEncoding'/> - Free up all the memory associated with catalogs + Dump the given catalog to the given file. @@ -6979,7 +6979,7 @@ actually an xmlCharEncoding'/> - Free up all the memory associated with catalogs + Dump all the global catalog content to the given file. diff --git a/doc/libxml2-refs.xml b/doc/libxml2-refs.xml index da0f2e22..d8804329 100644 --- a/doc/libxml2-refs.xml +++ b/doc/libxml2-refs.xml @@ -17009,10 +17009,8 @@ - - @@ -19756,6 +19754,7 @@ +