aboutsummaryrefslogtreecommitdiffstats
path: root/result/VC
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-02-13 13:32:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-02-13 13:32:35 +0000
commite4301c8bdf9a878266ab1a3a373e8cbe48962869 (patch)
treef49cc25f2dcc80915328baf97da672868a2d2132 /result/VC
parenta6d0538776647d784e8e074ec689d536f80bf135 (diff)
downloadandroid_external_libxml2-e4301c8bdf9a878266ab1a3a373e8cbe48962869.tar.gz
android_external_libxml2-e4301c8bdf9a878266ab1a3a373e8cbe48962869.tar.bz2
android_external_libxml2-e4301c8bdf9a878266ab1a3a373e8cbe48962869.zip
fixing a comment fixing some troubles with validity check on namespaces
* include/libxml/entities.h: fixing a comment * valid.c: fixing some troubles with validity check on namespaces * result/VC/NS3 test/VC/NS3: added a specific regression test Daniel
Diffstat (limited to 'result/VC')
-rw-r--r--result/VC/NS33
1 files changed, 3 insertions, 0 deletions
diff --git a/result/VC/NS3 b/result/VC/NS3
new file mode 100644
index 00000000..3e8cb74a
--- /dev/null
+++ b/result/VC/NS3
@@ -0,0 +1,3 @@
+./test/VC/NS3:9: validity error: Element foo namespace name for default namespace does not match the DTD
+mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
+ ^