From: <jb...@us...> - 2009-10-21 07:40:27
|
Revision: 370 http://pytrainer.svn.sourceforge.net/pytrainer/?rev=370&view=rev Author: jblance Date: 2009-10-21 07:40:17 +0000 (Wed, 21 Oct 2009) Log Message: ----------- Fix to schema defns for xslt in plugin branch Modified Paths: -------------- pytrainer/branches/plugins-v2/plugins/garmin-hr/translate.xsl pytrainer/branches/plugins-v2/plugins/garmin-hr-file/translate.xsl pytrainer/branches/plugins-v2/plugins/garmin-tcxv2/translate.xsl Modified: pytrainer/branches/plugins-v2/plugins/garmin-hr/translate.xsl =================================================================== --- pytrainer/branches/plugins-v2/plugins/garmin-hr/translate.xsl 2009-10-19 10:19:03 UTC (rev 369) +++ pytrainer/branches/plugins-v2/plugins/garmin-hr/translate.xsl 2009-10-21 07:40:17 UTC (rev 370) @@ -12,14 +12,9 @@ </xsl:text></xsl:variable> <xsl:template match="/"> - <gpx xmlns="http://www.topografix.com/GPX/1/1" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" - creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" - xsi:schemaLocation="http://www.topografix.com/GPX/1/1 - http://www.topografix.com/GPX/1/1/gpx.xsd - http://www.cluetrust.com/XML/GPXDATA/1/0 - http://www.cluetrust.com/Schemas/gpxdata10.xsd"> + <gpx creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" + xmlns="http://www.topografix.com/GPX/1/1" + xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" > <xsl:value-of select="$newline"/> <xsl:variable name="sport">"Run"</xsl:variable> Modified: pytrainer/branches/plugins-v2/plugins/garmin-hr-file/translate.xsl =================================================================== --- pytrainer/branches/plugins-v2/plugins/garmin-hr-file/translate.xsl 2009-10-19 10:19:03 UTC (rev 369) +++ pytrainer/branches/plugins-v2/plugins/garmin-hr-file/translate.xsl 2009-10-21 07:40:17 UTC (rev 370) @@ -12,14 +12,9 @@ </xsl:text></xsl:variable> <xsl:template match="/"> - <gpx xmlns="http://www.topografix.com/GPX/1/1" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" - creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" - xsi:schemaLocation="http://www.topografix.com/GPX/1/1 - http://www.topografix.com/GPX/1/1/gpx.xsd - http://www.cluetrust.com/XML/GPXDATA/1/0 - http://www.cluetrust.com/Schemas/gpxdata10.xsd"> + <gpx creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" + xmlns="http://www.topografix.com/GPX/1/1" + xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" > <xsl:value-of select="$newline"/> <xsl:variable name="sport">"Run"</xsl:variable> Modified: pytrainer/branches/plugins-v2/plugins/garmin-tcxv2/translate.xsl =================================================================== --- pytrainer/branches/plugins-v2/plugins/garmin-tcxv2/translate.xsl 2009-10-19 10:19:03 UTC (rev 369) +++ pytrainer/branches/plugins-v2/plugins/garmin-tcxv2/translate.xsl 2009-10-21 07:40:17 UTC (rev 370) @@ -12,14 +12,9 @@ </xsl:text></xsl:variable> <xsl:template match="/"> - <gpx xmlns="http://www.topografix.com/GPX/1/1" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" - creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" - xsi:schemaLocation="http://www.topografix.com/GPX/1/1 - http://www.topografix.com/GPX/1/1/gpx.xsd - http://www.cluetrust.com/XML/GPXDATA/1/0 - http://www.cluetrust.com/Schemas/gpxdata10.xsd"> + <gpx creator="pytrainer http://sourceforge.net/projects/pytrainer" version="1.1" + xmlns="http://www.topografix.com/GPX/1/1" + xmlns:gpxdata="http://www.cluetrust.com/XML/GPXDATA/1/0" > <xsl:value-of select="$newline"/> <xsl:variable name="sport"><xsl:value-of select="t:TrainingCenterDatabase/t:Activities/t:Activity/@Sport"/></xsl:variable> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |