diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-03 10:57:45 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-03 10:57:45 +0000 |
commit | 1ed7f364bdb278e583b8d7663d7cc0f90307b6bb (patch) | |
tree | a0f1728f7d87d30d663c897654c6fcacb9d02dff /testRelax.c | |
parent | 3b2e4e1c1477e9eb0889a8c9d35da4ce36a2e3f1 (diff) | |
download | libxml2-1ed7f364bdb278e583b8d7663d7cc0f90307b6bb.tar.gz |
more work on name classes, the "validate all" schemas seems to work now.
* relaxng: more work on name classes, the "validate all" schemas
seems to work now.
* test/relaxng/* result/relaxng/*: augmented/updated the
regression tests
Daniel
Diffstat (limited to 'testRelax.c')
-rw-r--r-- | testRelax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testRelax.c b/testRelax.c index ac1052b8..354e71e6 100644 --- a/testRelax.c +++ b/testRelax.c @@ -74,6 +74,7 @@ int main(int argc, char **argv) { } } xmlLineNumbersDefault(1); + xmlSubstituteEntitiesDefault(1); for (i = 1; i < argc ; i++) { if (argv[i][0] != '-') { if (schema == NULL) { |