Possible Duplicate:
Cure for ‘The string “--” is not permitted within comments.’ exception?
I have a Java project to parse and edit XML files. When I try to run the project I get the following log message:
The string "--" is not permitted within comments. Exception in thread "main" org.xml.sax.SAXParseException: The string "--" is not permitted within comments. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:246) ...
How can I resolve it?