Example 6-20: Excerpt from XML-based web server access log file

<accesslog>
  <!--
       h="Host Making the Request"
       t="Time of Request"
       r="HTTP Request Header"
       s="Status of Request"
       b="Bytes Sent"
       f="Referred from URL"
       u="User Agent"/>
  -->
  <req h="146.74.93.17"
       t="13/Sep/1999:20:53:34 -0500"
       r="GET / HTTP/1.0"
       s="200"
       b="11058"
       f="http://www.yesyesyes.com/keylists/example.html"
       u="Mozilla/4.08 [en] (WinNT; I ;Nav)"/>
  <req h="146.74.93.17"
       t="13/Sep/1999:20:53:35 -0500"
       r="GET /sis_logo.jpg HTTP/1.0"
       s="200"
       b="26025"
       f="http://www.spunkyworld.com/"
       u="Mozilla/4.08 [en] (WinNT; I ;Nav)"/>
  <req h="146.74.93.17"
       t="13/Sep/1999:20:53:36 -0500"
       r="GET /services.gif HTTP/1.0"
       s="200"
       b="856"
       f="http://www.spunkyworld.com/"
       u="Mozilla/4.08 [en] (WinNT; I ;Nav)"/>

  <!-- Millions more page-views in the log where these came from! -->

</accesslog>