DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29187>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29187 xmlvalidate schema validation not working [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Component|Optional Tasks |Schema-Structures Product|Ant |Xerces-J Version|1.6.1 |unspecified ------- Additional Comments From [EMAIL PROTECTED] 2004-06-11 12:49 ------- You need to add this attribute to the attributes you are using in the xmlvalidate task. This feature seems to be necessary for xerces to use the xsi:noNamespaceSchemaLocation attribute. <attribute name="http://xml.org/sax/features/namespaces" value="true"/> But the documentation of xerces says : http://xml.apache.org/xerces-j/features.html that the namespaces feature is set to true by default. Is this a documentation bug, a code bug, or is there something special about xml validation leading to a different default for this feature. So I am going to reassign this bug report to the xerces java group. Antoine --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
