XML Validation Plugin
I’ve written a new Rails plugin to validate xml.
class Article < ActiveRecord::Base
validates_xml :body
endArticle.new(:body => "<span>This will fail").save!ActiveRecord::RecordInvalid: Validation failed: Body is not valid xml
Get it here: https://secure.near-time.com/svn/plugins/trunk/validates_xml