mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
applied another bug fix from Sean Chittenden Daniel
* xinclude.c: applied another bug fix from Sean Chittenden Daniel
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* xinclude.c: applied another bug fix from Sean Chittenden
|
||||
|
||||
Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in xmllint.c: I f...ed up the default configuration
|
||||
|
@ -1756,13 +1756,9 @@ xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc) {
|
||||
/*
|
||||
* Second Phase : collect the infosets fragments
|
||||
*/
|
||||
/*
|
||||
for (i = ctxt->incBase;i < ctxt->incNr; i++) {
|
||||
xmlXIncludePreloadNode(ctxt, i);
|
||||
}
|
||||
*/
|
||||
for (i = ctxt->incBase;i < ctxt->incNr; i++) {
|
||||
xmlXIncludeLoadNode(ctxt, i);
|
||||
ret++;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user