/[zanavi_public1]/navit/navit/xslt/windows.xslt
ZANavi

Contents of /navit/navit/xslt/windows.xslt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File size: 636 byte(s)
import files
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

   
Visit the ZANavi Wiki