You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/04/01 03:13:33 UTC

cvs commit: xml-xalan/c/src/xalanc/XalanSourceTree XalanSourceTreeElementNA.cpp

dbertoni    2004/03/31 17:13:33

  Modified:    c/src/xalanc/XalanSourceTree XalanSourceTreeElementNA.cpp
  Log:
  Fix for Bugzilla 27982.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeElementNA.cpp
  
  Index: XalanSourceTreeElementNA.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeElementNA.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanSourceTreeElementNA.cpp	26 Feb 2004 23:03:38 -0000	1.3
  +++ XalanSourceTreeElementNA.cpp	1 Apr 2004 01:13:33 -0000	1.4
  @@ -105,7 +105,7 @@
   const XalanDOMString&
   XalanSourceTreeElementNA::getLocalName() const
   {
  -	return s_emptyString;
  +	return m_tagName;
   }
   
   
  
  
  

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