Commit 5997aca8b8d6b6803e195978127f97d94e5931a7

Daniel Veillard 2002-03-18T18:36:20

humm, changed the way the SAX parser work when * parser.c: humm, changed the way the SAX parser work when xmlSubstituteEntitiesDefault(1) is set, it will then do the entity registration and loading by itself in case the user provided SAX getEntity() returns NULL. * testSAX.c: added --noent to test the behaviour. Daniel