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

Reply via email to