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/07/22 22:54:06 UTC

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

dbertoni    2004/07/22 13:54:06

  Modified:    c/src/xalanc/XSLT ElemTemplateElement.cpp
  Log:
  Fix for bug 29079 with new iterative model.
  
  Revision  Changes    Path
  1.19      +2 -0      xml-xalan/c/src/xalanc/XSLT/ElemTemplateElement.cpp
  
  Index: ElemTemplateElement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemTemplateElement.cpp,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ElemTemplateElement.cpp	28 Jun 2004 14:19:57 -0000	1.18
  +++ ElemTemplateElement.cpp	22 Jul 2004 20:54:06 -0000	1.19
  @@ -298,6 +298,7 @@
   
   	if (hasDirectTemplate() == true)
   	{
  +        executionContext.pushContextMarker();
   		executionContext.pushInvoker(this);
   	}
   
  @@ -317,6 +318,7 @@
   	if (hasDirectTemplate() == true)
   	{
   		executionContext.popInvoker();
  +        executionContext.popContextMarker();
   	}
   }
   
  
  
  

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