I am using xquery processor in web harvest (from java) to parse an html page that contains an invalid tag inside a <div> element, like <div 3px="abc">. The exception is:

SXXP0003: Error reported by XML parser: Element type "div" must be followed by either
attribute specifications, ">" or "/>".

at org.webharvest.runtime.processors.XQueryProcessor.execute(Unknown Source)

Is there a quick way to clean the div pre-processing? Or any workaround for this problem?

link|improve this question
try lookin at JTidy jtidy.sourceforge.net – Marek Sebera Dec 18 '11 at 16:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.