Shohreh
(Shohreh)
1
Hello,
I’d like to clean up GPX files that…
-
aren’t indented
-
contain extraneous carriage returns within fields, eg.
<desc>some
comment
with useless
CRLFs</desc>
Is there a Windows or online application that can do that?
Thank you.
sdoerr
2
I think GPX files are XML files. So look for sites or apps that tidy up XML.
hadw
3
The type of tidying discussed here cannot be done to a general XML file without changing its meaning.
Shohreh
(Shohreh)
4
I’ve checked a few online and offline apps, but while they did indent items, they didn’t remove the useless carriage returns.
I’ll see if I can find a way.
Thank you.