The version of GPSBabel in Google Earth doesnot transform the <desc> Description content</desc. to KML: <description> Description content</description>.

For some reason (should be easy fro the GPSBabel guysor dolls to correct!) the <desc/> element is taken over in KML as such.

If KML would have a GML application schema( and donot be so arrogant google as to make your own KML schema as if you didn't copy cat most of it from GML!!) against which the KML instance document would be validated this would have been hamered out long ago.


MY XSLT application(GPX2KML.xslt) transforms <desc/> to <description/>

Cybarber