Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello! I have to use obsolete Arbortext Editor 5.2. I need to collect text from XML in a certain way (I need to put '\n' for some text nodes in result string). I've already made a function in Java 5 which executes this using activeDocument. But I have problems using internal Java shipped with Arbortext Editor when I deal with unopenedXML files.
I want to get org.w3c.dom.Document object and then pass it to my function.I used default code with DocumentBuilder factory, it led to
org.apache.xerces.dom.DeferredDocumentImpl exception.
I try to use DOMParser which implementation is here:xercesImpl.jar
I need to ignore "DTDs not found"/namspace errors.
