sboag 00/10/17 12:06:29
Modified: java/src/org/apache/xalan/templates ElemCopy.java
Log:
Changed params to cloneToResultTree, in accordance to changes made to that
method.
Revision Changes Path
1.3 +1 -1
xml-xalan/java/src/org/apache/xalan/templates/ElemCopy.java
Index: ElemCopy.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/templates/ElemCopy.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ElemCopy.java 2000/07/05 14:40:02 1.2
+++ ElemCopy.java 2000/10/17 19:06:29 1.3
@@ -123,7 +123,7 @@
ResultTreeHandler rthandler = transformer.getResultTreeHandler();
// TODO: Process the use-attribute-sets stuff
- rthandler.cloneToResultTree( getStylesheet(), sourceNode, false,
false, false );
+ rthandler.cloneToResultTree( sourceNode, false );
if(Node.ELEMENT_NODE == nodeType)
{