]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Stops automatic switching of Xalan to the XercesLiaison class and the Xerces DOM
authorfotis <fotis@unknown>
Fri, 17 Nov 2000 10:15:43 +0000 (10:15 +0000)
committerfotis <fotis@unknown>
Fri, 17 Nov 2000 10:15:43 +0000 (10:15 +0000)
[Kelly Campbell]

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193825 13f79535-47bb-0310-9956-ffa450edef68

lib/Xslt$StylesheetCache.class
lib/Xslt.class
lib/Xslt.java

index 16e56c418074ee071246c86387f39d58aeb3c15c..cf70376efb8ac7ef2360e2b79787f4dcc22a97a3 100644 (file)
Binary files a/lib/Xslt$StylesheetCache.class and b/lib/Xslt$StylesheetCache.class differ
index e1ce75e48c02c6748aa6c75de538791f3cf4d946..335ee24d36bcc80d70a2a276e00a2affc99ad3c4 100644 (file)
Binary files a/lib/Xslt.class and b/lib/Xslt.class differ
index cbb25a0fc08787a1137f996c55431d5477897875..59bae69b07b0c2bab47950dc8848d07910eee992 100644 (file)
@@ -61,8 +61,7 @@ import java.util.*;
 import org.apache.xalan.xslt.*;
 import org.w3c.dom.*;
 import org.xml.sax.SAXException;
-import org.w3c.dom.*;
-import org.xml.sax.SAXException;
+
 
 /**
  * Task to call the XSLT processor Xalan (part of xml.apache.org), which converts xml files
@@ -213,7 +212,8 @@ public class Xslt extends Task {
                            xsltfile + "\nout: " + outfile);
         System.out.println("============================");
 
-        stylesheet.process(xmlSource, xmlResult);
+        stylesheet.process(XSLTProcessorFactory.getProcessor(new org.apache.xalan.xpath.xdom.XercesLiaison()),
+                               xmlSource, xmlResult);
 
     } //end transform