dbertoni    2004/04/02 18:25:01

  Modified:    c/src/xalanc/XSLT ElemTemplateElement.cpp
  Log:
  Fixed call to cloneToResultTree, since any nodes that would be stripped would 
already be filtered out.
  
  Revision  Changes    Path
  1.13      +1 -1      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.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- ElemTemplateElement.cpp   2 Apr 2004 02:45:34 -0000       1.12
  +++ ElemTemplateElement.cpp   3 Apr 2004 02:25:01 -0000       1.13
  @@ -663,7 +663,7 @@
                                executionContext.cloneToResultTree(
                       *child,
                       XalanNode::TEXT_NODE,
  -                    false,
  +                    true,
                       false,
                       getLocator());
                                break;
  
  
  

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

Reply via email to