<xsl:stylesheet>
<xsl:template match="Automat">
<html>
<body>
<pre>$ENTRY Go {</pre>
<pre> = <Prout <A <Card >>>;</pre>
<pre> }</pre>
<xsl:for-each select="Top">
<pre><xsl:value-of select="Name"/>
{
</pre>
<pre> = <xsl:value-of select="Empty"/>
;</pre>
<xsl:for-each select="V">
<pre><xsl:value-of select="Symb"/>
e.1 = <
<xsl:value-of select="Next"/>
e.1>;
</pre>
</xsl:for-each>
<pre> } </pre>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>