ankitp      2005/02/08 07:31:40

  Modified:    java/src/org/apache/xerces/impl Constants.java
  Log:
  allow imports of multiple schema docs. under the same namespace to be 
resolved.
  This is under feature 
control:http://apache.org/xml/features/handle-multiple-imports.
  By default, the value is 'false' so the original Xerces behaviour is 
preserved.
  
  Revision  Changes    Path
  1.47      +5 -2      xml-xerces/java/src/org/apache/xerces/impl/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Constants.java,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- Constants.java    15 Dec 2004 22:00:42 -0000      1.46
  +++ Constants.java    8 Feb 2005 15:31:40 -0000       1.47
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2000-2004 The Apache Software Foundation.
  + * Copyright 2000-2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -122,6 +122,9 @@
       /** JAXP schemaSource property: when used internally may include DTD 
sources (DOM) */
       public static final String SCHEMA_SOURCE = "schemaSource";
       
  +    /** Multiple imports feature */
  +    public static final String HANDLE_MULTIPLE_IMPORTS_FEATURE = 
"handle-multiple-imports";
  +    
       /** JAXP schemaSource language: when used internally may include DTD 
namespace (DOM) */
       public static final String SCHEMA_LANGUAGE = "schemaLanguage";
       
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to