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