XML Validation Plugin

Posted by John Wulff Wed, 04 Oct 2006 03:19:00 GMT

I’ve written a new Rails plugin to validate xml.

class Article < ActiveRecord::Base
  validates_xml :body
end
Then
Article.new(:body => "<span>This will fail").save!
will throw
ActiveRecord::RecordInvalid: Validation failed: Body is not valid xml

Get it here: https://secure.near-time.com/svn/plugins/trunk/validates_xml