class Troy::XML

def to_xml

def to_xml
  @to_xml ||= begin
    xml.instruct!
    context.instance_eval(content)
    xml.target!
  end
end