mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Revert "catalog: Fetch XML catalog before dumping"
This reverts commit 723b4de04015c5acccd3cda5dd60db7d00702064.
This commit is contained in:
parent
57b92cabd2
commit
4b0078781b
21
catalog.c
21
catalog.c
@ -60,6 +60,9 @@
|
||||
#define XML_SGML_DEFAULT_CATALOG "file://" SYSCONFDIR "/sgml/catalog"
|
||||
#endif
|
||||
|
||||
static xmlChar *xmlCatalogNormalizePublic(const xmlChar *pubID);
|
||||
static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Types, all private *
|
||||
@ -174,21 +177,6 @@ static xmlRMutex xmlCatalogMutex;
|
||||
*/
|
||||
static int xmlCatalogInitialized = 0;
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Forward declarations *
|
||||
* *
|
||||
************************************************************************/
|
||||
|
||||
static xmlChar *
|
||||
xmlCatalogNormalizePublic(const xmlChar *pubID);
|
||||
|
||||
static int
|
||||
xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
|
||||
|
||||
static int
|
||||
xmlFetchXMLCatalogFile(xmlCatalogEntryPtr catal);
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* Catalog error handlers *
|
||||
@ -547,9 +535,6 @@ static void xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog,
|
||||
case XML_CATA_BROKEN_CATALOG:
|
||||
case XML_CATA_CATALOG:
|
||||
if (cur == catal) {
|
||||
if (cur->children == NULL) {
|
||||
xmlFetchXMLCatalogFile(cur);
|
||||
}
|
||||
cur = cur->children;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user