mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-22 23:04:23 +02:00
XSD fix
+ description HTML updates/markup fixes.
This commit is contained in:
@ -3,6 +3,11 @@
|
||||
<head>
|
||||
<title>Map version 1.0 XML file format</title>
|
||||
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
||||
<style>
|
||||
body {
|
||||
max-width: 50em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -10,7 +15,13 @@
|
||||
<p>For human-readable Map format description, see the
|
||||
<a href="http://www.gpxsee.org/doc#online">GPXSee documentation page</a>, for
|
||||
XML validation use the <a href="http://www.gpxsee.org/map/1/map.xsd">XSD
|
||||
file</a>.
|
||||
file</a><sup>1</sup>.</p>
|
||||
|
||||
<p><i>1. Two XSDs exist for the 1.0 file format. They are content-identical and
|
||||
differ only in the xmlns URI. This file refers the obsolete
|
||||
<code>http://www.gpxsee.org/map/1</code> xmlns. Use the replacing
|
||||
<code>http://www.gpxsee.org/map/1.0</code> xmlns with the corresponding
|
||||
<a href="http://www.gpxsee.org/map/1.0/map.xsd">XSD</a> wherever possible.<i></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user