dbertoni    01/12/19 09:57:31

  Modified:    c/src/XSLT NamespacesHandler.cpp
  Log:
  Always save excluded result prefixes, in case we need to resolve something 
later.
  
  Revision  Changes    Path
  1.18      +4 -0      xml-xalan/c/src/XSLT/NamespacesHandler.cpp
  
  Index: NamespacesHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/NamespacesHandler.cpp,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- NamespacesHandler.cpp     2001/10/03 17:06:32     1.17
  +++ NamespacesHandler.cpp     2001/12/19 17:57:31     1.18
  @@ -593,6 +593,10 @@
                        {
                                // It's excluded, so remove it...
                                theDeadEntries.push_back(i);
  +
  +                             // Add it to the excluded prefixes, in case we 
need it later...
  +                             m_excludedResultPrefixes.insert(
  +                                             
ExcludedResultPrefixesMapType::value_type(thePrefix, theURI));
                        }
   
                        ++i;
  
  
  

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

Reply via email to