]> granicus.if.org Git - docbook-dsssl/commitdiff
Use org.apache.xml.utils.DOMHelper as package name (instead of
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 2 Feb 2007 00:12:32 +0000 (00:12 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 2 Feb 2007 00:12:32 +0000 (00:12 +0000)
org.apache.xpath.DOMHelper), because build otherwise fails.

xsl/extensions/xalan2/src/com/nwalsh/xalan/Table.java
xsl/extensions/xalan2/src/com/nwalsh/xalan/Verbatim.java

index 8e76df475310dd623cc638b9cf57370bc5e6284b..da670b727131ba73b2d3e6f5309d801552c7218f 100644 (file)
@@ -18,7 +18,7 @@ import javax.xml.parsers.DocumentBuilder;
 import javax.xml.parsers.DocumentBuilderFactory;
 import javax.xml.parsers.ParserConfigurationException;
 import org.apache.xml.utils.QName;
-import org.apache.xpath.DOMHelper;
+import org.apache.xml.utils.DOMHelper;
 import org.apache.xml.utils.AttList;
 
 /**
index b9bc72a0d25a29795d24410b1ef243bb4b16cbd5..d0318461c86845480c6ebc8f1a42396988450fe1 100644 (file)
@@ -14,7 +14,7 @@ import org.apache.xpath.objects.XObject;
 import org.apache.xpath.XPath;
 import org.apache.xpath.XPathContext;
 import org.apache.xpath.NodeSet;
-import org.apache.xpath.DOMHelper;
+import org.apache.xml.utils.DOMHelper;
 import org.apache.xalan.extensions.XSLProcessorContext;
 import org.apache.xalan.extensions.ExpressionContext;
 import org.apache.xalan.transformer.TransformerImpl;