<?xml version="1.0" encoding="windows-1250"?>

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

<xsl:template name="MOTOCYKL_POJMSAB">

<xsl:param name="file">

index.html

</xsl:param>

<td>

<font face="Times,serif" color="blue" size="2">

<b>

<a href="{$file}"><xsl:value-of select="."/></a>

</b>

</font>

</td>

</xsl:template>

<xsl:template match="NAZEV">

<xsl:call-template name="MOTOCYKL_POJMSAB">

<xsl:with-param name="file">nazev_motocyklu.html

</xsl:with-param>

</xsl:call-template>

<xsl:value-of select="."/>

</xsl:template>

</xsl:stylesheet>