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...@locus.apache.org on 2000/06/18 18:38:23 UTC

cvs commit: xml-xalan/c/src/XPath FunctionLang.hpp

dbertoni    00/06/18 09:38:23

  Modified:    c/src/XPath FunctionLang.hpp
  Log:
  Added XALAN_STATIC_UCODE_STRING to constant.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/XPath/FunctionLang.hpp
  
  Index: FunctionLang.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/FunctionLang.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FunctionLang.hpp	2000/04/11 14:46:06	1.4
  +++ FunctionLang.hpp	2000/06/18 16:38:23	1.5
  @@ -128,7 +128,7 @@
   					static_cast<const XalanElement*>(parent);
   
   				const XalanDOMString		langVal =
  -					theElementNode->getAttribute("xml:lang");
  +					theElementNode->getAttribute(XALAN_STATIC_UCODE_STRING("xml:lang"));
   
   				if(0 != length(langVal))
   				{