# File lib/rest_htmlprinter.rb, line 10
  def initialize
    super()
    @output_dir = "html"
    @xml_examples = Hash.new
    @xml_schemas = Hash.new

    @docbook_tag_mapping = {
      "command" => "tt",
      "filename" => "tt",
      "emphasis" => "em",
      "replaceable" => "em",
    }

  end