You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2003/11/14 17:32:41 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema TraverseSchema.cpp

amassari    2003/11/14 08:32:41

  Modified:    c/src/xercesc/validators/schema TraverseSchema.cpp
  Log:
  When invoking resolveEntity, specify the current document as the base URI
  
  Revision  Changes    Path
  1.94      +2 -2      xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp
  
  Index: TraverseSchema.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp,v
  retrieving revision 1.93
  retrieving revision 1.94
  diff -u -r1.93 -r1.94
  --- TraverseSchema.cpp	12 Nov 2003 20:35:31 -0000	1.93
  +++ TraverseSchema.cpp	14 Nov 2003 16:32:41 -0000	1.94
  @@ -6642,7 +6642,7 @@
   
       if (fEntityHandler){
           XMLResourceIdentifier resourceIdentifier(resourceIdentitiferType,
  -                            normalizedURI, nameSpace);
  +                            normalizedURI, nameSpace, 0, fSchemaInfo->getCurrentSchemaURL());
           srcToFill = fEntityHandler->resolveEntity(&resourceIdentifier);
       }
   
  
  
  

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