# File lib/active_support/xml_mini/libxmlsax.rb, line 28
      def on_end_document
        @hash = @hash_stack.pop
        @hash.delete(CONTENT_KEY)
      end