aboutsummaryrefslogtreecommitdiffstats
path: root/testRelax.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-02-03 10:57:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-02-03 10:57:45 +0000
commit1ed7f364bdb278e583b8d7663d7cc0f90307b6bb (patch)
treea0f1728f7d87d30d663c897654c6fcacb9d02dff /testRelax.c
parent3b2e4e1c1477e9eb0889a8c9d35da4ce36a2e3f1 (diff)
downloadandroid_external_libxml2-1ed7f364bdb278e583b8d7663d7cc0f90307b6bb.tar.gz
android_external_libxml2-1ed7f364bdb278e583b8d7663d7cc0f90307b6bb.tar.bz2
android_external_libxml2-1ed7f364bdb278e583b8d7663d7cc0f90307b6bb.zip
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.c1
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) {