You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2003/11/25 19:16:38 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLResourceIdentifier.hpp

knoaman     2003/11/25 10:16:38

  Modified:    c/src/xercesc/util XMLResourceIdentifier.hpp
  Log:
  Documentation update. Thanks to David Cargill.
  
  Revision  Changes    Path
  1.2       +7 -4      xml-xerces/c/src/xercesc/util/XMLResourceIdentifier.hpp
  
  Index: XMLResourceIdentifier.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLResourceIdentifier.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XMLResourceIdentifier.hpp	30 Oct 2003 21:37:32 -0000	1.1
  +++ XMLResourceIdentifier.hpp	25 Nov 2003 18:16:38 -0000	1.2
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.2  2003/11/25 18:16:38  knoaman
  + * Documentation update. Thanks to David Cargill.
  + *
    * Revision 1.1  2003/10/30 21:37:32  knoaman
    * Enhanced Entity Resolver Support. Thanks to David Cargill.
    *
  @@ -84,19 +87,19 @@
     * </tr>
     * <tr>
     *  <td>SchemaGrammar</td>
  -  *  <td>schemaLocation & nameSpace</td>
  +  *  <td>schemaLocation, nameSpace & baseURI (current document)</td>
     * </tr>
     * <tr>
     *  <td>SchemaImport</td>
  -  *  <td>schemaLocation & nameSpace</td>
  +  *  <td>schemaLocation, nameSpace & baseURI (current document)</td>
     * </tr>
     * <tr>
     *  <td>SchemaInclude</td>
  -  *  <td>schemaLocation</td>
  +  *  <td>schemaLocation & baseURI (current document)</td>
     * </tr>
     * <tr>
     *  <td>SchemaRedefine</td>
  -  *  <td>schemaLocation</td>
  +  *  <td>schemaLocation & baseURI (current document)</td>
     * </tr>
     * <tr>
     *  <td>ExternalEntity</td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org