<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">
  
<xsl:template match="*">
 <html>
   <h1> Und was passiert jetzt?</h1>
   <xsl:copy-of select="document('file:/home/may/Mondial/Mondial-XML/mondial.xml')/mondial/country[@car_code='B']/name"/>
 </html>
</xsl:template>
</xsl:stylesheet>
