dbertoni 2004/04/02 18:24:46
Modified: c/src/xalanc/XSLT ElemCopy.cpp
Log:
Fixed call to cloneToResultTree, since any nodes that would be stripped would
already be filtered out.
Revision Changes Path
1.8 +1 -1 xml-xalan/c/src/xalanc/XSLT/ElemCopy.cpp
Index: ElemCopy.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemCopy.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ElemCopy.cpp 2 Apr 2004 02:45:34 -0000 1.7
+++ ElemCopy.cpp 3 Apr 2004 02:24:46 -0000 1.8
@@ -99,7 +99,7 @@
executionContext.cloneToResultTree(
*sourceNode,
nodeType,
- false,
+ true,
false,
getLocator());
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]