We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91e116 commit 4398385Copy full SHA for 4398385
exist-core/src/main/java/org/exist/util/SaxonConfiguration.java
@@ -22,13 +22,11 @@
22
package org.exist.util;
23
24
import net.jcip.annotations.ThreadSafe;
25
-import net.sf.saxon.lib.Feature;
26
import net.sf.saxon.s9api.Processor;
27
import net.sf.saxon.trans.XPathException;
28
import org.apache.logging.log4j.LogManager;
29
import org.apache.logging.log4j.Logger;
30
import org.exist.storage.BrokerPool;
31
-import org.exist.xquery.functions.fn.transform.URIResolution;
32
33
import javax.xml.transform.stream.StreamSource;
34
import java.io.IOException;
0 commit comments