aboutsummaryrefslogtreecommitdiffstats
path: root/test/namespaces/err_9.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-09-11 23:42:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-09-11 23:42:01 +0000
commit3b7840cd6c714dbe444726625c27f03c4770b4be (patch)
tree549ac4c42e492cd36889013b8409a95e095fb7ab /test/namespaces/err_9.xml
parent5f1e1f8a87db7b672012cc2ce16ea58d78d75fe9 (diff)
downloadandroid_external_libxml2-3b7840cd6c714dbe444726625c27f03c4770b4be.tar.gz
android_external_libxml2-3b7840cd6c714dbe444726625c27f03c4770b4be.tar.bz2
android_external_libxml2-3b7840cd6c714dbe444726625c27f03c4770b4be.zip
adding namespace checkings while making sure they still parse as
* parser.c parserInternals.c tree.c include/libxml/parser.h include/libxml/xmlerror.h: adding namespace checkings while making sure they still parse as wellformed documents. Add an nsWellFormed status report to the context, and provide new appropriate error codes. * Makefile.am result/namespaces/* test/namespaces/*: add specific regression testing for the new namespace support * test/att5 result/noent/att5 result/att5 result/att5.sax: add more coverage for the attribute parsing and normalization code. Daniel
Diffstat (limited to 'test/namespaces/err_9.xml')
-rw-r--r--test/namespaces/err_9.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/namespaces/err_9.xml b/test/namespaces/err_9.xml
new file mode 100644
index 00000000..4478c602
--- /dev/null
+++ b/test/namespaces/err_9.xml
@@ -0,0 +1,2 @@
+<tst xmlns:a="http://example.com/" xmlns:b="http://example.com/"
+ a:err="1" b:err="2"/>