Update of /var/cvs/src/org/mmbase/util/xml
In directory james.mmbase.org:/tmp/cvs-serv10092

Modified Files:
      Tag: MMBase-1_8
        URIResolver.java 
Log Message:
don't output on System.out


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util/xml


Index: URIResolver.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/xml/URIResolver.java,v
retrieving revision 1.27
retrieving revision 1.27.2.1
diff -u -b -r1.27 -r1.27.2.1
--- URIResolver.java    24 Aug 2006 14:39:58 -0000      1.27
+++ URIResolver.java    23 Apr 2008 13:21:38 -0000      1.27.2.1
@@ -41,7 +41,7 @@
  *
  * @author Michiel Meeuwissen.
  * @since  MMBase-1.6
- * @version $Id: URIResolver.java,v 1.27 2006/08/24 14:39:58 michiel Exp $
+ * @version $Id: URIResolver.java,v 1.27.2.1 2008/04/23 13:21:38 michiel Exp $
  */
 
 public class URIResolver implements javax.xml.transform.URIResolver, 
SizeMeasurable, Serializable {
@@ -518,9 +518,10 @@
         System.out.println("Resolving with " + resolver);
         String href, base;
 
-        href = "xsl/list.xsl";  base = null;
-        System.out.println("href: " + href + " base: " + base + " --> " + 
resolver.resolveToURL(href, base));
-        href = "xsl/prompts.xsl";  base = 
"file:///home/mmbase/mmbase17/mmbase/edit/wizard/data/xsl/base.xsl";
+        href = "mm:xsl/list.xsl";
+        base = null;
+        //System.out.println("href: " + href + " base: " + base + " --> " + 
resolver.resolveToURL(href, base));
+        href = "xsl/prompts.xsl";  base = 
"file:///home/mmbase/head/mmbase/edit/wizard/data/xsl/base.xsl";
         System.out.println("href: " + href + " base: " + base + " --> " + 
resolver.resolveToURL(href, base));
 
         FileOutputStream fos = new FileOutputStream("/tmp/uriresolver.ser");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to