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