Unfortunalty, the file doesn't contains any "--". The file is web-jsptaglibrary_1_2.dtd

http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd

and this is there since at least 1 year :-( Only Xerces 2.2 fail, not Xerces 2.0.1, 2.0.2, 2.1.0 and Crimson.

I will have to ping the Xerces guys....

-- Jeanfrancois

Eddie Bush wrote:

Yes, I've run into this too -- in my struts config files :-) If you remove the unneeded "--" this error should vanish. Examine all comments for occurences of "--" which do not belong (ie. do not occur at the start or end of the comment).

Ex: Change anything like <!-- Foo -- Bar --> to <!-- Foo Bar -->

David Graham wrote:

Have you looked for -- within comments in the xml files your parsing? The error seems pretty clear.

David


--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to