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 2001/11/15 18:18:27 UTC

cvs commit: xml-xerces/c/src/internal XMLScanner.cpp

knoaman     01/11/15 09:18:26

  Modified:    c/src/internal XMLScanner.cpp
  Log:
  Particle derivation checking support.
  
  Revision  Changes    Path
  1.74      +2 -2      xml-xerces/c/src/internal/XMLScanner.cpp
  
  Index: XMLScanner.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/internal/XMLScanner.cpp,v
  retrieving revision 1.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- XMLScanner.cpp	2001/11/13 13:27:28	1.73
  +++ XMLScanner.cpp	2001/11/15 17:18:26	1.74
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: XMLScanner.cpp,v 1.73 2001/11/13 13:27:28 tng Exp $
  + * $Id: XMLScanner.cpp,v 1.74 2001/11/15 17:18:26 knoaman Exp $
    */
   
   
  @@ -3295,7 +3295,7 @@
               for (unsigned int j = 0; j < count; j++) {
   
                   XPathMatcher* matcher = fMatcherStack->getMatcherAt(j);
  -                matcher->startElement(*elemDecl, *fAttrList, attCount);
  +                matcher->startElement(*elemDecl, uriId, fPrefixBuf.getRawBuffer(), *fAttrList, attCount);
               }
           }
       }
  
  
  

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