# File lib/nokogiri/xml/node.rb, line 291
      def content= string
        self.native_content = encode_special_chars(string.to_s)
      end