File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
_src/assets/scripts/mra2beeline Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33
44<xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
5- xmlns : xs =" http://www.w3.org/2001/XMLSchema"
65 xmlns =" http://www.topografix.com/GPX/1/1"
76 xmlns : gpx =" http://www.topografix.com/GPX/1/1"
8- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" exclude-result-prefixes =" #all" expand-text =" yes" version =" 3.0" >
7+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
8+ exclude-result-prefixes =" gpx xsi"
9+ version =" 1.0" >
910
10- <xsl : output method =" xml" indent =" yes" />
11- <xsl : mode on-no-match =" fail" />
11+ <xsl : output method =" xml" indent =" yes" encoding =" UTF-8" />
1212
1313 <xsl : template match =" /" >
1414
You can’t perform that action at this time.
0 commit comments