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