# File lib/rubyful_soup.rb, line 689
  def entitydecl(content)
    handle_data("<!ENTITY #{content.join(' ')}>")
  end