class Haml::Options

def format

def format
  mime_type == "text/xml" ? :xhtml : @format
end