You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/02 18:23:40 UTC

svn commit: rev 37396 - forrest/trunk/src/java/org/apache/cocoon/transformation

Author: nicolaken
Date: Thu Sep  2 09:23:38 2004
New Revision: 37396

Modified:
   forrest/trunk/src/java/org/apache/cocoon/transformation/XPathTransformer.java
Log:
Make it compile with latest Cocoon trunk.

Modified: forrest/trunk/src/java/org/apache/cocoon/transformation/XPathTransformer.java
==============================================================================
--- forrest/trunk/src/java/org/apache/cocoon/transformation/XPathTransformer.java	(original)
+++ forrest/trunk/src/java/org/apache/cocoon/transformation/XPathTransformer.java	Thu Sep  2 09:23:38 2004
@@ -342,7 +342,7 @@
     private final void printNode(String msg, Node node) {
         getLogger().info(msg+" "+node.getNodeName());
     }
-
+/*
     private final void printDeepNode(String msg, Node node) {
         try {
             getLogger().info(msg+" "+XMLUtils.serializeNodeToXML(node));
@@ -350,7 +350,7 @@
             getLogger().error("Error printing node", pe);
         }
     }
-
+*/
     // Cache methods
 
     /**