Christopher Ebert wrote: > Not sure if you want to go this way, but take a look at Andy > Clark's NekoHTML parser -- I think he 'corrects' HTML much as you want > to correct your XML. If you're curious: http://www.apache.org/~andyc/.
That parser is specifically designed for HTML which has a well known grammar and whose documents are notoriously ill-formed. However, it could probably be adapted to work on more general XML (e.g. closing missing end-elements, etc) but there are no plans to do so. However, the source code is available. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
