org.apache.xpath.DOMHelper), because build otherwise fails.
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;
/**
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;