Fix:Android:Corrected and added keycodes
[navit-package] / navit / xslt / vehicle_null.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:template match="/config/navit/vehicle[@name='Local GPS']">
4                 <xsl:copy><xsl:copy-of select="@*[not(name()='data')]"/><xsl:attribute name="source">null:</xsl:attribute><xsl:apply-templates/></xsl:copy>
5         </xsl:template>
6 </xsl:transform>