# File basiclibrary.rb, line 333
  def attrsafe
    xmlsafe.gsub(/[\r\n]+/,'
').gsub(%r|"|,'"').gsub(%r|'|,''')
  end