module Erubis::PhpGenerator

def escape_text(text)

def escape_text(text)
  return text.gsub!(/<\?xml\b/, '<<?php ?>?xml') || text
end