# File lib/facets/more/xmlhelper.rb, line 43
  def document( options )x
    doc = ''
    if options[:version]
      doc << xml( options[:version], options[:encoding] )
    end
  end