Subject: rexml exceptions
From: Eric Will <rakaur malkier.net>
Date: Tue, 30 Sep 2008 11:56:36 +0900
Is there any way to get any useful data out of REXML::ParseException
when you're working on a String? It never sets @position or @line or
anything. I need to figure out exactly where the error-causing tag
starts, and save it.
Any ideas?
-- rakaur