Add:Translations:Added Faroese translation
[navit-package] / navit / xslt / windows.xslt
1 <?xml version="1.0"?>
2 <xsl:transform version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xi="http://www.w3.org/2001/XInclude">
3         <xsl:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/>
4         <xsl:include href="samplemap.xslt"/>
5         <xsl:include href="osd_enable_zoom.xslt"/>
6         <xsl:include href="speech_espeak.xslt"/>
7         <xsl:template match="/config/navit/graphics">
8                 <graphics type="win32" />
9         </xsl:template>
10         <xsl:template match="@*|node()"><xsl:copy><xsl:apply-templates select="@*|node()"/></xsl:copy></xsl:template>
11 </xsl:transform>
12