You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by ji...@apache.org on 2004/04/23 21:05:53 UTC

[jira] Created: (XERCESJ-950) Setting of 'schema-location' should not require 'schema-type' having been set

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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org


[jira] Updated: (XERCESJ-950) Setting of 'schema-location' should not require 'schema-type' having been set

Posted by ji...@apache.org.
The following issue has been updated:

    Updater: Naela Nissar (mailto:nnissar@ca.ibm.com)
       Date: Fri, 23 Apr 2004 12:06 PM
    Comment:
Patch to setParameter methods in DOMConfigurationImpl and DOMParserImpl to enable schema-location to be set regardless of setting of schema-type
    Changes:
             Attachment changed to SchemaLocationSetting.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCESJ-950?page=history

---------------------------------------------------------------------
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:06 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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org