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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to