Commit 8a44e59d67bdff87e3e28851ce780f33425407f8

Daniel Veillard 2003-09-15T14:50:06

starting work on reusing the parser dictionary for the element and * SAX2.c include/libxml/parser.h: starting work on reusing the parser dictionary for the element and attribute tag names. Add pools for Element and Attributes in the parser context, which should help speeding up the reader. * Makefile.am result/*.rdr : adding non-python reader regression tests. Daniel