Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Try 2.1.0This is the only version that works properly. -- Jeanfrancois Manuel González Castro wrote: Yep, known issue. Try using the previous version of Xerces-2.x.x. The newest one doesn't seem to play well with Digester. That's what I did: I replaced the original xercesImpl.jar

Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Jeanfrancois Arcand
Double check that xercesImpl.jar is deleted. For an obscur reason, Xerces 2.1.0 has been renamed xerces.jar. If you don't delete xercesImpl.jar in common/endorsed, then Xerces 2.2 is still in use. I'm working with the Xerces guys to fix that problem and YES, I'm going to get crazy :-) --

Re: Can't solve SAXParseException: The string -- is not permittedwithin comments

2002-11-04 Thread Nikola Milutinovic
Jacob Kjome wrote: Yep, known issue. Try using the previous version of Xerces-2.x.x. The newest one doesn't seem to play well with Digester. I've read in the mail archives that this bug can be solved using a different version of Xerces. I've replaced