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 2002/03/12 06:40:00 UTC

cvs commit: xml-xalan/c/src/XSLT ElemMessage.cpp

dbertoni    02/03/11 21:40:00

  Modified:    c/src/XSLT ElemMessage.cpp
  Log:
  Use Locator for messages.
  
  Revision  Changes    Path
  1.15      +1 -1      xml-xalan/c/src/XSLT/ElemMessage.cpp
  
  Index: ElemMessage.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemMessage.cpp,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ElemMessage.cpp	23 Feb 2002 04:23:16 -0000	1.14
  +++ ElemMessage.cpp	12 Mar 2002 05:40:00 -0000	1.15
  @@ -138,7 +138,7 @@
       executionContext.message(
   		childrenToString(executionContext,theResult.get()),
   		executionContext.getCurrentNode(),
  -		this);
  +		getLocator());
   
   	if (m_terminate == true)
   	{
  
  
  

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