<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <link rel="stylesheet" type="text/css" href="doc.css" />
    <title>Simple Report Format (SRF) - HOME</title>
  </head>
  <body class="singleFrame">
    <p align="center">
      <small>
        <a href="../index.shtml" name="top" id="top">[home]</a>
      </small>
    </p>
    <h1>Simple Report Format (SRF) - HOME</h1>

    <p>
          <acronym id="srf" title="Simple Report Format">SRF</acronym>
          is an XML application that was developed and used to format
          <a href="http://www.teamxweb.com/doc/projectThesis.shtml">
            Tracking the Navigation Behavior of Web Communities</a>
          and <a href="http://www.teamxweb.com/doc/diplomaThesis.shtml">
            Toward an Integrated Approach to Collaborative Web Usage</a>.
          It consists of a
          <acronym id="dtd" title="Document Type Definition">DTD</acronym>
          which is based on XHTML but adds many tags that were missing
          in XHTML. In particular, tags for a structure of the document
          are added. Furthermore, an
          <acronym id="xsl" title="eXtensible Stylesheet Language">XSL</acronym>
          stylesheet has been developed which is used to convert a
          document formatted with SRF to XHTML that can be displayed
          in any common Web browser.
        </p>
        <p>
          The XSL stylesheet implements the following features:
        </p>
        <ul>
          <li>
            Modelling the structure of the document with <em>chapter</em>,
            <em>section</em> and <em>subsection</em>, as well as
            <em>appendix</em>, <em>appsection</em> and
            <em>appsubsection</em>. These are automatically enumerated.
          </li>
          <li>
            Automatically building a table of contents with hyperlinks
            to the sections. Furthermore, a brief table of contents
            can be generated that only contains <em>chapters</em> and
            <em>appendices</em>.
          </li>
          <li>
            Acronyms and abbreviations that are automatically expanded
            for printing, while being displayed as a popup on screen.
            Acronyms and abbreviations can be included in an index.
          </li>
          <li>
            Definitions are also included in an index. That way, an
            index of keywords can easily be built. For each definition,
            the section in which it was defined is shown in the index
            and a hyperlink to the definition is automatically
            generated.
          </li>
          <li>
            (HTML-)Tables and figures with captions and summaries,
            that are automatically enumerated with the section they
            are used in. Tables and figures are also included in
            an index. Figures can be scaled conveniently to fit on
            screen or paper.
          </li>
          <li>
            References and citations that automatically link to the
            bibliography.
          </li>
          <li>
            Footnotes that can be placed anywhere in the document
            and that link back and forth: if the user clicks on
            the number of the expanded footnote, the place where the
            footnote was used is shown.
          </li>
        </ul>
        <p>
          The DTD and XSL stylesheet are still somewhat experimental and
          tailored to the diploma thesis they have last been used for.
          However, you are free to use and optimized them for your own needs.
          Probably, I'll release this stuff under GPL and put it as a
          project to sourceforge some day soon. Until that day:
        </p>
        <ul>
          <li><a href="srf.dtd">Get the DTD</a></li>
          <li><a href="srf.xsl">Get the XSL-Stylesheet</a></li>
          <li><a href="diplomaThesis.xml">
            Get the sources of <em>Towards an Integrated Approach to Collaborative Web Usage</em>
            for an example how to use it</a></li>
          <li><a href="srf.zip">Buy one, get all free - in one ZIP file</a></li>
        </ul>
  </body>
</html>
<!-- Created: 2001-02-19 11:35:12 -->