Now I would like to read name of the country fir a city name Zurich.
<xsl:for-each select="countries/country">
<xsl:for-each select="./cities">
<xsl:if test=./city = "Zurich">
<xsl:value of ...print the name of coutry>
</xsl:for-each>
</xsl:for-each>