Commit 316a5c398919cc1503c59130f7aed14a1111cab7

Daniel Veillard 2005-01-23T22:56:39

added xmlHashCreateDict where the hash reuses the dictionnary for internal * hash.c include/libxml/hash.h: added xmlHashCreateDict where the hash reuses the dictionnary for internal strings * entities.c valid.c parser.c: reuse that new API, leads to a decent speedup when parsing for example DocBook documents. Daniel