I am looking for a C# library or class to help write GPX files from a collection of waypoints I have (lat/long, etc).
I have found quite a few readers - but not so much for writing.
Bonus points if it works on Compact Framework/WinMobile 6.5 - but that is not a hard requirement. I can make it work on a desktop doing post-processing - the Mobile device does not have to build these files.
Does anyone know of some, or a simple way to write the files?