<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:bridge="http://www.thomaso.com/xmlns/bridge"
		xmlns="http://www.w3.org/1999/xhtml">

<xsl:import href="shared.xsl"/>
<xsl:output method="html" encoding="utf-8" 
            doctype-public="-//W3C//DTD HTML 4.01//EN"
            doctype-system="http://www.w3.org/TR/html4/strict.dtd"/>
<xsl:param name="otherLink">everybody.xml</xsl:param>

<xsl:variable name="spade"><img style="width:13px; height: 11px;" src="../graphics/S.gif" alt="S:"/></xsl:variable>

<xsl:variable name="heart"><img style="width:13px; height: 11px;" src="../graphics/H.gif" alt="H:"/></xsl:variable>

<xsl:variable name="diamond"><img style="width:13px; height: 11px;" src="../graphics/D.gif" alt="D:"/></xsl:variable>

<xsl:variable name="club"><img style="width:13px; height: 11px;" src="../graphics/C.gif" alt="C:"/></xsl:variable>

<xsl:variable name="honors">EKDB</xsl:variable>

<xsl:variable name="ten">T</xsl:variable>

<xsl:variable name="void">---</xsl:variable>

<xsl:variable name="stylecomment">
<a href="{$otherLink}">View the result of the default stylesheet</a><br/>
<p>
This is generated with the alternate stylesheet, <a href="alt.xsl">alt.xsl</a>.
It uses "---" for voids and graphics for the suit symbols, and "T" for tens,
and Danish letters for honors (E=Ace, K=King, D=Queen, B=Jack.)
</p>
<p>This is a very simple change, altering some variables from the default style sheet.  Obviously, we can come up with much more complicated variants.
</p>
</xsl:variable>

</xsl:stylesheet>
