Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESJ-950 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESJ-950 Summary: Setting of 'schema-location' should not require 'schema-type' having been set Type: Bug Status: Unassigned Priority: Minor Project: Xerces2-J Components: DOM Versions: 2.6.2 Assignee: Reporter: Naela Nissar Created: Fri, 23 Apr 2004 12:05 PM Updated: Fri, 23 Apr 2004 12:05 PM Description: W3C DOM L3 Core test case domconfigschemalocation1 currently fails because attempting to set the value of 'schema-location' without a non-null value for 'schema-type' having been set beforehand results in an exception being thrown. Eliminating the check to see what the value of 'schema-type' is before setting schema-location is needed because order should not matter. schema-location should be "ignored" if schema-type has not been set, but it still must be allowed to be set. Similar changes are needed in setParameter method in DOMParserImpl. --------------------------------------------------------------------- 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]
