dbertoni    01/06/14 12:29:57

  Modified:    c/src/XSLT ElemApplyTemplates.cpp ElemTemplateElement.cpp
  Log:
  Code cleanup.
  
  Revision  Changes    Path
  1.17      +1 -1      xml-xalan/c/src/XSLT/ElemApplyTemplates.cpp
  
  Index: ElemApplyTemplates.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemApplyTemplates.cpp,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ElemApplyTemplates.cpp    2001/06/06 21:55:17     1.16
  +++ ElemApplyTemplates.cpp    2001/06/14 19:29:53     1.17
  @@ -159,7 +159,7 @@
                // depth-first searching, this gets worse.
                StylesheetExecutionContext::ParamsPushPop       thePushPop(
                        executionContext,
  -                     *this,          
  +                     *this,
                        sourceNode,
                        this);
   
  
  
  
  1.58      +0 -4      xml-xalan/c/src/XSLT/ElemTemplateElement.cpp
  
  Index: ElemTemplateElement.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemTemplateElement.cpp,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- ElemTemplateElement.cpp   2001/06/06 21:55:27     1.57
  +++ ElemTemplateElement.cpp   2001/06/14 19:29:54     1.58
  @@ -793,8 +793,6 @@
                        
        if(0 != theTemplate)
        {
  -             executionContext.resetCurrentState(child);
  -                             
                if(theTemplate == 
getStylesheet().getStylesheetRoot().getDefaultTextRule())
                {
                        switch(nodeType)
  @@ -840,8 +838,6 @@
                        theTemplate->executeChildren(executionContext, 
                                                                                
 child);
                }
  -
  -             executionContext.resetCurrentState(selectContext);
        }
   
        return true;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to