libxml2-2.6.8-2 fails to detect invalid namespace prefixes
during validation. Can we get an RPM for libxml2-2.6.17
or higher?
$ /usr/bin/xmllint --version
/usr/bin/xmllint: using libxml version 20608
compiled with: DTDValid FTP HTTP HTML C14N
Catalog XPath XPointer XInclude Iconv Unicode Regexps
Automata Schemas
$ /usr/bin/xmllint --noout --schema myschema.xsd
message.xml
message.xml validates
$ libxml2-2.6.17/bin/xmllint --version
xmllint: using libxml version 20617
compiled with: DTDValid FTP HTTP HTML C14N
Catalog XPath XPointer XInclude Iconv Unicode Regexps
Automata Schemas Modules
$ libxml2-2.6.17/bin/xmllint --noout --schema
myschema.xsd message.xml
message.xml:14: element text: Schemas validity error :
Element 'ns1:text': This element is not expected.
Expected is one of ( {xmlns://myschema/ns2}text,
{xmlns://myschema/ns2}comments ).
message.xml fails to validate
Logged In: NO
Furthermore, 2.6.8 has a nasty bug related to xsd:dateTime
where it reports good data as bad. This makes 2.6.8 useless
to us.