You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2004/04/03 04:25:01 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT ElemTemplateElement.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org