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.
Maybe try the xerces mailing list? Have you checked out the change notes on the new release. When the feature is removed they would've given a reason and alternative.
Oz