From: Eric Will Date: 2008-10-01T03:09:05+09:00 Subject: Re: rexml exceptions My situation requires SAX, unfortunately. I need to parse and react to each tag as in comes in. If there's a broken one, all tags up to the broken one must be processed, and the broken one must be stored. I cannot do this in DOM, because if there's an error, DOM will not process anything.