X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Finterface%2Fxaland-java%2Fxaland.java;fp=helm%2Finterface%2Fxaland-java%2Fxaland.java;h=1b9312c46d443a3b835d3bd67c3f0ffda840f30d;hb=54889b5fb4ea40df04165bcb88324c0fd271cd72;hp=9eda83124f873aba29fbc822e82a5bead580a0f4;hpb=0ff06c9ed5e1f61dbf38c06ff0885cec794d7250;p=helm.git diff --git a/helm/interface/xaland-java/xaland.java b/helm/interface/xaland-java/xaland.java index 9eda83124..1b9312c46 100644 --- a/helm/interface/xaland-java/xaland.java +++ b/helm/interface/xaland-java/xaland.java @@ -3,12 +3,14 @@ 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 {