aboutsummaryrefslogtreecommitdiffstats
path: root/result/namespaces/err_7.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix SAX2 builder in case of undefined element namespacesDaniel Veillard2012-01-261-1/+1
| | | | | | | Work as in XML-1.0 before namespaces, and use prefix:localname as the new element name (and no namespace of course) Also fix 3 cases in the regression tests where the prefix: was erroneously dropped in such case
* adding namespace checkings while making sure they still parse asDaniel Veillard2003-09-111-0/+2
* 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