dbertoni    2004/04/04 00:50:26

  Modified:    c/src/xalanc/XPath XPath.cpp
  Log:
  Fixed bug with local name.
  
  Revision  Changes    Path
  1.14      +2 -0      xml-xalan/c/src/xalanc/XPath/XPath.cpp
  
  Index: XPath.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPath.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XPath.cpp 2 Apr 2004 02:45:27 -0000       1.13
  +++ XPath.cpp 4 Apr 2004 08:50:26 -0000       1.14
  @@ -4952,6 +4952,8 @@
           {
               m_testFunction2 = &NodeTester::testElementQName2;
   
  +                     m_targetLocalName = &theLocalName;
  +
               theMatchScore = eMatchScoreQName;
           }
       }
  
  
  

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

Reply via email to