]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/xsltd/xaland-java/xaland.java
xaland that uses DOM created, but seems to be bugged and not working
[helm.git] / helm / xsltd / xaland-java / xaland.java
index 1b9312c46d443a3b835d3bd67c3f0ffda840f30d..0ad6783f3f03fafd3d3b2ba6ed847b30a7169355 100644 (file)
@@ -3,15 +3,6 @@ import java.net.*;
 import java.io.*;
 
 public class xaland {
-/*
-   public static void Transform(StylesheetRoot style, String xmlSourceURL, String OutputURL) throws java.io.IOException, java.net.MalformedURLException, org.xml.sax.SAXException
-   {
-      XSLTInputSource xmlSource = new XSLTInputSource (xmlSourceURL);
-      XSLTResultTarget xmlResult = new XSLTResultTarget (OutputURL);
-      style.process(xmlSource, xmlResult);
-   }
-*/
-
    public static void main(String argv[]) throws  java.io.IOException, java.net.MalformedURLException, org.xml.sax.SAXException
    {
       int port    = Integer.parseInt(argv[0]);