# File lib/mechanize/pluggable_parsers.rb, line 119
  def xhtml=(klass)
    register_parser(CONTENT_TYPES[:xhtml], klass)
  end