# File lib/facets/more/xmlhelper.rb, line 53 def xml( version=nil, encoding=nil ) atts = {} atts[:version] = version || '1.1' atts[:version] = encoding if encoding instruct( :xml, atts ) end