1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-06-24 01:41:40 +03:00

fixed bug #129489, propagation of parsing flags in entities. improved the

* parser.c: fixed bug #129489, propagation of parsing flags
  in entities.
* parser.c xmlreader.c: improved the comments of parsing options
Daniel
This commit is contained in:
Daniel Veillard
2003-12-21 13:01:56 +00:00
parent cafe885168
commit 87ab1c1298
4 changed files with 43 additions and 34 deletions

View File

@ -576,6 +576,7 @@ class xmlTextReaderCore:
# assert f is _xmlTextReaderErrorFunc
return arg
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
#
# Everything before this line comes from libxml.py