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