]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed org.apache.xml.utils.DOMHelper imports from Table.java and
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 17 Feb 2007 10:03:43 +0000 (10:03 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 17 Feb 2007 10:03:43 +0000 (10:03 +0000)
Verbatim.Java files, per note from Mauritz Jeanson about them not
being needed.

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

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