1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

fixed missing line numbers on entity as reported on the list by Steve

* parser.c: fixed missing line numbers on entity as reported
  on the list by Steve Cheng
This commit is contained in:
William M. Brack
2004-08-19 02:17:27 +00:00
parent f4025492f5
commit 503b610af2
2 changed files with 6 additions and 0 deletions

View File

@@ -10382,6 +10382,7 @@ xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, const xmlChar *URL,
ctxt->dictNames = ctx->dictNames;
ctxt->attsDefault = ctx->attsDefault;
ctxt->attsSpecial = ctx->attsSpecial;
ctxt->linenumbers = ctx->linenumbers;
xmlParseContent(ctxt);