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