The GPX schema allows for some tags to include arbitrary XML data in the form of the extensions tag:
<...>
Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>
Currently rust-gpx has no functionality that allows this data to be parsed or stored in the resulting Gpx instance. This issue is a tracking issue for this feature.
The GPX schema allows for some tags to include arbitrary XML data in the form of the
extensionstag:Currently rust-gpx has no functionality that allows this data to be parsed or stored in the resulting
Gpxinstance. This issue is a tracking issue for this feature.