I got the following stack trace attempting to use Xalan.
 
 
java.lang.NoSuchMethodError
at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.addNode(DOM2DTM.java:231)
at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.<init>(DOM2DTM.java:150)
at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(DTMManagerDefault.java:185)
at org.apache.xml.dtm.ref.DTMManagerDefault.getDTMHandleFromNode(DTMManagerDefault.java:466)
at org.apache.xpath.XPathContext.getDTMHandleFromNode(XPathContext.java:194)
at org.apache.xpath.XPathAPI.eval(XPathAPI.java:274)
at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:202)
at org.apache.xpath.XPathAPI.selectNodeList(XPathAPI.java:182)
 
 
I cannot seem to find the "addNode" method in the source.
Any help is appreciated.
 
Thanks,
Derrick Koes
 
 
/**
 * Contact information.
 */
public interface INFO
{
    static final String NAME = "Derrick Koes";
    static String title = "Principal Software Engineer";
    static String company = "Kana Software";
    static String companyURL = "http://www.kana.com";
    static String aolIM = "codeauthor2001";
    static final String EMAIL = "[EMAIL PROTECTED]";
    static final String PHONE = "(603) 222-1509";
    static final String FAX = "(603) 665-7158";
}
   
 
 

Reply via email to