GCTour / gctour_orig

Automatically exported from code.google.com/p/gctour
1 stars 1 forks source link

tour names are not properly escaped in gpx #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Name a tour with special Characters i.e. "Here & There"
2. Export it to GPX
3. Verify the resulting XML

What is the expected output?
<gps ...
<name>Here &amp; There</name>
...

or
<gps ...
<name><![CDATA[Here & There]]</name>
...

Instead the following is produced
<gps ...
<name>Here & There</name>
...

This seems to also affect "Export to GPS" (uses also GPX)

What version of the product are you using? On what operating system?
version 2.2.12059
Windows XP SP3

Original issue reported on code.google.com by informe...@gmail.com on 6 Mar 2012 at 7:45

GoogleCodeExporter commented 8 years ago
This issue was closed by revision a3a647bf3f45.

Original comment by gctour.d...@gmail.com on 11 May 2012 at 10:43