Hello,
I am trying to get an application running using the PDK ver 5.0.5 (tomcat 3.3.1a), and am running into a problem parsing an XML file.
We usually use xalan and xerces, but these don't seem to work with the PDK. After scanning these archives, I saw a reference to inqmyxml.jar, that sounded right. However, when I use inqmyxml.jar in my project, I get an exception:
java.lang.NoClassDefFoundError: org/apache/xml/serialize/BaseMarkupSerializer.
If I add my usual xerces.jar into my project and retry, I get this error:
java.lang.NoSuchMethodError: org.w3c.dom.Node: method normalize()V not found
at com.inqmy.lib.xml.parser.DOMParser.parse(DOMParser.java:83)
at com.inqmy.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:108)
Can anybody give me some hints as to what I can try next?
Thanks!
-Ketan