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/06/26 03:22:21 UTC

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

dbertoni    2002/06/25 18:22:21

  Modified:    c/src/XSLT ElemTemplate.cpp
  Log:
  Don't set current template during call, since it will be set later when the template actually executes.
  
  Revision  Changes    Path
  1.23      +0 -2      xml-xalan/c/src/XSLT/ElemTemplate.cpp
  
  Index: ElemTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplate.cpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- ElemTemplate.cpp	16 Apr 2002 05:45:50 -0000	1.22
  +++ ElemTemplate.cpp	26 Jun 2002 01:22:21 -0000	1.23
  @@ -198,7 +198,5 @@
   		StylesheetExecutionContext&		executionContext,
   		XalanNode*						sourceNode) const
   {
  -	StylesheetExecutionContext::SetAndRestoreCurrentTemplate	theSetAndRestore(executionContext, this);
  -
   	ElemTemplateElement::executeChildren(executionContext, sourceNode);
   }
  
  
  

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