1 Reply Latest reply on Sep 21, 2004 11:08 PM by oz_ko

    Parsing problem with xercesImpl.jar

    adpaika

      Hi all,

      Im using xerces.jar for parsing files with Jbos3.0. I xerces implementation has changed with JBoss3.25. So, I need to modify my sources, in compliance with new xercesImpl.jar . My problem is , I was using a method "setIncludeIgnorableWhitespace(boolean)" of the class org.apache.xerces.parsers.DOMParser. I want to do the equivalent of that method in the new implementation. But that method is not their in the new org.apache.xerces.parsers.DOMParser class.Plz help me with an example...

      Vasko.