diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-09-11 23:42:01 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-09-11 23:42:01 +0000 |
commit | 3b7840cd6c714dbe444726625c27f03c4770b4be (patch) | |
tree | 549ac4c42e492cd36889013b8409a95e095fb7ab /test/namespaces/err_9.xml | |
parent | 5f1e1f8a87db7b672012cc2ce16ea58d78d75fe9 (diff) | |
download | libxml2-3b7840cd6c714dbe444726625c27f03c4770b4be.tar.gz |
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.xml | 2 |
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"/> |