[SOLVED] Windows/web app to clean GPX files?

Hello,

I’d like to clean up GPX files that…

  1. aren’t indented

  2. 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.

I think GPX files are XML files. So look for sites or apps that tidy up XML.

The type of tidying discussed here cannot be done to a general XML file without changing its meaning.

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.