# File basiclibrary.rb, line 328
  def xmlsafe
    self.gsub(/&/,'&amp;').gsub(/</,'&lt;').gsub(/>/,'&gt;')
  end