1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

update from Tobias Peters for 2.4.5 generate line nubers in elements

* win32/Makefile.mingw: update from Tobias Peters for 2.4.5
* DOCBparser.c: generate line nubers in elements
Daniel
This commit is contained in:
Daniel Veillard
2001-10-11 06:46:09 +00:00
parent 60087f30f3
commit ff0b7311ec
3 changed files with 36 additions and 33 deletions

View File

@ -5029,6 +5029,7 @@ docbInitParserCtxt(docbParserCtxtPtr ctxt)
ctxt->userData = ctxt;
ctxt->myDoc = NULL;
ctxt->wellFormed = 1;
ctxt->linenumbers = 1;
ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue;
ctxt->html = 2;
ctxt->record_info = 0;