class Nokogiri::XML::Text

def content=(string)

def content=(string)
  self.native_content = string.to_s
end