Subject: | Incorrect extensions tag |
Date: | Tue, 23 Dec 2014 11:10:50 -0800 |
To: | "bug-geo-gpx [...] rt.cpan.org" <bug-geo-gpx [...] rt.cpan.org> |
From: | Pierre Grandin <grandinp [...] altern.org> |
Hi,
I found a limitation in the current Geo::GPX module : it does not handle the extensions tag correctly.
If you try to open a gpx file containing an extension like this:
<extensions>
<navit:profilename>car</navit:profilename>
</extensions>
and try to modify the point, you will end up with this :
<extensions>car</extensions>
And if you try to add another extension, it will escape the < and > making the tag invalid.
Please let me know if you need any other details about this issue.
Thanks for this module!
K-