X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxsltd%2Fxaland-java%2Fxaland.java;h=0ad6783f3f03fafd3d3b2ba6ed847b30a7169355;hb=0772a856cc336f4cbe362f3765b321dcbc129d64;hp=1b9312c46d443a3b835d3bd67c3f0ffda840f30d;hpb=cd3f2cc347f7d74ad8bf8146f03dd21c6cf7b9a8;p=helm.git diff --git a/helm/xsltd/xaland-java/xaland.java b/helm/xsltd/xaland-java/xaland.java index 1b9312c46..0ad6783f3 100644 --- a/helm/xsltd/xaland-java/xaland.java +++ b/helm/xsltd/xaland-java/xaland.java @@ -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]);