xml.html do

xml.head do
  xml.title "Hello World"
end

xml.body do
  xml.p "abes"
  xml.p "monks"
  xml.p "wiseguys"
end

end