Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 372617

Summary: SAXParseException: Data not properly escaped
Product: Community Reporter: Eike Stepper <stepper>
Component: MarketplaceAssignee: Marketplace Inbox <marketplace-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: chris.guindon, Ed.Merks
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Eike Stepper CLA 2012-02-27 01:09:43 EST
The solution with the node ID 12216 (Daily Dilbert - Show Dilbert Comic Strips) can not be parsed because it seems to contain an unescaped quote character in a tag name or so:


org.xml.sax.SAXParseException: Element type "tag" must be followed by either attribute specifications, ">" or "/>".
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1441)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:845)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1693)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
	at javax.xml.parsers.SAXParser.parse(SAXParser.java:176)
Comment 1 Christopher Guindon CLA 2012-02-27 10:49:00 EST
Hi Eike,

I am not sure to understand your request. Could you clarify the source of this bug.
Comment 2 Eike Stepper CLA 2012-02-29 03:05:24 EST
Please click http://marketplace.eclipse.org/node/12216/api/p . Then you should see it ;-)
Comment 3 Christopher Guindon CLA 2012-03-02 13:28:24 EST
(In reply to comment #2)
> Please click http://marketplace.eclipse.org/node/12216/api/p . Then you should
> see it ;-)

Thanks for the info. I made some changes and it should be working now.

Don't hesitate to let me know if you are still experiencing problems.
Comment 4 Eike Stepper CLA 2012-03-02 13:37:35 EST
Seems to work now. Thanks!
Comment 5 Christopher Guindon CLA 2012-10-05 11:20:52 EDT
Marking as FIXED.