Hi,

Is there any way with xerces (or any other xml parser you know of) to plug
in some kind of error handler that can attempt to repair the document being
parsed, rather than just log errors.

Specific case I have is xhtml documents that may have attribute values that
aren't escaped properly, e.g., href="http://some.server/path?blah&foo=baa";

What I want to do is catch the error that &foo is not a known entity and
replace it with &foo as it ought to be, and have the parser carry on
with that.

Cheers,
Derek


-- 
View this message in context: 
http://www.nabble.com/repairing-document-while-parsing--tp24607002p24607002.html
Sent from the Xerces - J - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: j-users-unsubscr...@xerces.apache.org
For additional commands, e-mail: j-users-h...@xerces.apache.org

Reply via email to