# File rxml/wap_transformer.rb, line 28 def doctype(xml) xml << '<html id="root" xmlns="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:m="http://www.mobio.com/ext" xmlns:ext="http://www.mobio.com/ext" xmlns:ev="http://www.w3.org/2001/xml-events"> ' yield xml xml << "</html>" end