dbertoni    2002/11/27 11:40:28

  Modified:    c/src/XSLT ElemApplyImport.cpp
  Log:
  Push and pop context marker when executing.
  
  Revision  Changes    Path
  1.20      +2 -0      xml-xalan/c/src/XSLT/ElemApplyImport.cpp
  
  Index: ElemApplyImport.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemApplyImport.cpp,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ElemApplyImport.cpp       25 Nov 2002 18:11:52 -0000      1.19
  +++ ElemApplyImport.cpp       27 Nov 2002 19:40:28 -0000      1.20
  @@ -135,6 +135,8 @@
   
        ElemTemplateElement::execute(executionContext);
   
  +     const StylesheetExecutionContext::PushAndPopContextMarker       
thePusPop(executionContext);
  +
        transformChild(
                        executionContext,
                        *this,
  
  
  

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

Reply via email to