-
- Downloads
Trying to get a final solution to the problem:
- added back the old parser - make it the default - allow people to switch easilly Few changes except the old parser where all names were changed and made static except 3 entry points: - Makefile.am parserold.c: added back the 1.8.11 parser for compatibility - README: updated - SAX.c: integrate back 1.8.11 callback code and call it when we are using the old parser - entities.c: fixed a small problem - parser.[ch]: allow to use either parser, add xmlUseNewParser(), and modify the Initialization code to check LIBXML_USE_NEW_PARSER or LIBXML_USE_OLD_PARSER - tester.c: make it use the new parser by default, but check LIBXML_USE_OLD_PARSER and add the --oldparser option Daniel
Showing
- ChangeLog 13 additions, 0 deletionsChangeLog
- Makefile.am 1 addition, 0 deletionsMakefile.am
- README 16 additions, 14 deletionsREADME
- SAX.c 259 additions, 160 deletionsSAX.c
- entities.c 1 addition, 1 deletionentities.c
- include/libxml/parser.h 7 additions, 1 deletioninclude/libxml/parser.h
- parser.c 55 additions, 5 deletionsparser.c
- parser.h 7 additions, 1 deletionparser.h
- parserold.c 7117 additions, 0 deletionsparserold.c
- tester.c 11 additions, 0 deletionstester.c
Loading
Please register or sign in to comment