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