commit | aa54d37cd75399722f012e37f17d9ffeeddba556 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@redhat.com> | Thu Sep 09 18:17:47 2010 +0200 |
committer | Daniel Veillard <veillard@redhat.com> | Thu Sep 09 18:17:47 2010 +0200 |
tree | fdbdae6f277043a002ebaebd211b74d7e1d72ce5 | |
parent | af58ee130fe9eec14a0b8c6f6f3cdf7e7ec37872 [diff] |
Fix handling of XML-1.0 XML namespace declaration Usually 'xml' namespace for XML-1.0 declaration does not need to be carried but Mike Hommey raised the problem that the SVG XSD file fails to parse due to a mishandling. - SAX2.c: failure to create a namespace should not be interpreted as a memory allocation error - tree.c: document better xmlNewNs behaviour, and fix it in the case the 'xml' prefix is being used.