mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
patch from Marcus Clarke fixing a problem in entities parsing that was
* parser.c: patch from Marcus Clarke fixing a problem in entities parsing that was detected in KDe documentations environment. Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* parser.c: patch from Marcus Clarke fixing a problem in entities
|
||||
parsing that was detected in KDe documentations environment.
|
||||
|
||||
Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
|
||||
|
||||
* python/libxml.c (libxml_prev): Return the previous as opposed to
|
||||
|
2
parser.c
2
parser.c
@ -9820,7 +9820,7 @@ xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
|
||||
ctxt->myDoc = oldctxt->myDoc;
|
||||
content = ctxt->myDoc->children;
|
||||
}
|
||||
ctxt->myDoc->children = xmlNewDocNode(newDoc, NULL,
|
||||
ctxt->myDoc->children = xmlNewDocNode(ctxt->myDoc, NULL,
|
||||
BAD_CAST "pseudoroot", NULL);
|
||||
if (ctxt->myDoc->children == NULL) {
|
||||
ctxt->sax = oldsax;
|
||||
|
Reference in New Issue
Block a user