# File daybook/mycgi/daybook/index/d_index.rb, line 42
  def view_index
    list_targetxml = m_common_count_xmlfiles(@path_log_xml)
    unless list_targetxml.empty?
      list_targetxml = list_targetxml[0..@entryview]
      new_index_xml = p_index_xml_make(list_targetxml)
      new_index_xhtml = m_apply_xsl_path(new_index_xml, @path_index_xsl)
      p_common_xhtml_save( @path_indexhtml, new_index_xhtml )
      return "done"
    end
  end