# File lib/active_support/xml_mini/libxmlsax.rb, line 23
      def on_start_document
        @hash = { CONTENT_KEY => '' }
        @hash_stack = [@hash]
      end