mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* 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
4 lines
151 B
Plaintext
4 lines
151 B
Plaintext
./test/namespaces/err_9.xml:2: error: Namespaced Attribute err in 'http://example.com/' redefined
|
|
a:err="1" b:err="2"/>
|
|
^
|