<?xml version="1.0" encoding="ISO-8859-1" ?>

<!-- $Ringlet: c/misc/penv/doc/en_US.ISO8859-1/xml/includes.xsl,v 1.1 2002/03/21 10:42:28 roam Exp $ -->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

  <xsl:variable name="copyright" select="'Copyright (c) 2002 Peter Pentchev.  All rights reserved.'"/>

  <xsl:variable name="email" select="'roam'"/>
  <xsl:variable name="author">
    <a>
      <xsl:attribute name="href">
	<xsl:value-of select="'mailto:roam@ringlet.net'"/>
      </xsl:attribute>
      <xsl:value-of select="$email"/>@ringlet.net</a><br/><xsl:value-of select="$copyright"/>
  </xsl:variable>

  <xsl:variable name="header1">
    <head>
      <title><xsl:value-of select="$title"/></title>

      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
      <meta name="MSSmartTagsPreventParsing" content="TRUE"/>
    </head>
  </xsl:variable>

  <xsl:attribute-set name="att.body">
    <xsl:attribute name="text">#000000</xsl:attribute>
    <xsl:attribute name="bgcolor">#FFFFFF</xsl:attribute>
    <xsl:attribute name="alink">#FFCC33</xsl:attribute>
  </xsl:attribute-set>

  <xsl:variable name="header2">
    <h1 align="left"><font color="#660000"><xsl:value-of select="$title"/></font></h1>

    <br clear="all"/>
  </xsl:variable>

  <xsl:variable name="footer">
    <hr noshade="noshade"/>
    <address><xsl:copy-of select="$author"/><br/>
      <xsl:copy-of select="$date"/></address>
  </xsl:variable>
  
</xsl:stylesheet>
