]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/interface/xaland-java/xaland.java
Xalan-J-2 support added. Still too alpha to work, too.
[helm.git] / helm / interface / xaland-java / xaland.java
index 9eda83124f873aba29fbc822e82a5bead580a0f4..1b9312c46d443a3b835d3bd67c3f0ffda840f30d 100644 (file)
@@ -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
    {