Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESJ-979 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESJ-979 Summary: default of the feature "http://xml.org/sax/features/namespaces" Type: Bug Status: Unassigned Priority: Major Project: Xerces2-J Versions: 2.6.2 Assignee: Reporter: Antoine Levy-Lambert Created: Fri, 11 Jun 2004 6:22 AM Updated: Fri, 11 Jun 2004 6:22 AM Environment: Windows 2000 German, cygwin, JDK 1.4, ant 1.6.1 Description: I have been working on a bug report http://issues.apache.org/bugzilla/show_bug.cgi?id=29187 titled "xmlvalidate schema validation not working". I found out that if the following XML fragment is added to <attribute name="http://xml.org/sax/features/namespaces" value="true"/> the body of the xmlvalidate tag in the ant project file, then the validation works. But the documentation of xerces says that the namespaces feature defaults to true. http://xml.apache.org/xerces-j/features.html So I suspect one of 3 possibilities : - documentation bug : the default of the feature is false, - code bug : the intended default for this feature is true, but the code sets it to false or "forgets" to set it explicitly to true - something specific for the xml schema validation implementation present in xerces ??? I will add the feature to one of the examples in the documentation of ant. Cheers, Antoine --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
