1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-25 02:02:11 +03:00

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
This commit is contained in:
Daniel Veillard
2002-03-18 18:36:20 +00:00
parent b5a60eccfd
commit 5997aca8b8
6 changed files with 72 additions and 2 deletions

View File

@ -57,11 +57,11 @@ $(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
cd $(srcdir) && $(PYTHON) $(GENERATE)
$(libxml2mod_la_OBJECTS): $(GENERATED)
else
all:
endif
tests: all
tests test: all
cd tests && $(MAKE) tests
clean: