Dave Peterson writes: > Are you really still prohibiting the *parser* from attempting to make > what sense it can from the "remaining text"? Me personally, no. I'm just not convinced that it's productive for a formal parser to plow on once it's hit certain classes of error. I am convinced it's possible to do something with the remaining text, but probably not if you simply follow the rules of XML. ///Peter