aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-09-26 16:10:21 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-09-26 16:10:21 +0000
commit90d68fbb35f94a60853d9b20029645b98b949233 (patch)
tree8f4b3a05b67c11907dccd6dc7793a0030d8d7657 /test
parentabe01744426f83c44faec18aef7f3fead4696e5e (diff)
downloadandroid_external_libxml2-90d68fbb35f94a60853d9b20029645b98b949233.tar.gz
android_external_libxml2-90d68fbb35f94a60853d9b20029645b98b949233.tar.bz2
android_external_libxml2-90d68fbb35f94a60853d9b20029645b98b949233.zip
fixed bug #92518 validation error were not covering namespace
* SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation error were not covering namespace declarations. * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid, it was missing the attribute declaration for the namespace * result/VC/NS3: the fix now report breakages in that test Daniel
Diffstat (limited to 'test')
-rw-r--r--test/valid/dia.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/valid/dia.xml b/test/valid/dia.xml
index b6441abd..3ab3d068 100644
--- a/test/valid/dia.xml
+++ b/test/valid/dia.xml
@@ -1,6 +1,9 @@
<?xml version="1.0"?>
<!DOCTYPE dia:diagram [
<!ELEMENT dia:diagram (dia:diagramdata, (dia:layer)*) >
+<!ATTLIST dia:diagram
+ xmlns:dia CDATA #FIXED "http://www.lysator.liu.se/~alla/dia/">
+
<!ELEMENT dia:diagramdata (dia:attribute)* >