Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gpsxml · GPX Developers Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1253
  • Category: XML
  • Founded: Sep 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 1109 - 1138 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1109 Christofer Wilder
chrisjwilder Send Email
Nov 11, 2005
8:53 pm
I have to let you know in advance...I am trying to hack my way through an existing gpx file that I created from a Garmin download. I do NOT know xml at all. ...
1110 mappicus Send Email Nov 11, 2005
9:13 pm
... I am no expert yet in GPX either, but for routes this seems to work in the programs I've tried it in: <rte> ...
1111 Christofer Wilder
chrisjwilder Send Email
Nov 11, 2005
9:28 pm
... using ... work in ... Thanks for the response... I tried this and it appears you must be using a different schema style reference in your file. I get an...
1112 mappicus Send Email Nov 11, 2005
10:11 pm
... Actually I take that back--the GPX file with this in it can be opened (with colored routes) in ExpertGPS, but Google Earth ignores the color, and Mapsource...
1113 Christofer Wilder
chrisjwilder Send Email
Nov 11, 2005
10:29 pm
... that ... successfully ... opened ... ExpertGPS ... Maybe someone knows how to get this to work in TF? ... Thanks for the help though......
1114 Dan Foster
topografix Send Email
Nov 11, 2005
10:34 pm
Hello, Friday, November 11, 2005, 5:11:15 PM, Mappicus wrote: M> Actually I take that back--the GPX file with this in it can be opened M> (with colored routes)...
1115 bbalxx Send Email Nov 11, 2005
10:38 pm
hello, I am new to this forum, an in the process of configuring a server. I have noticed many ISP's serve up .xml files, though my current ISP does not serve...
1116 Christofer Wilder
chrisjwilder Send Email
Nov 11, 2005
10:40 pm
... opened ... in ... ExpertGPS ... schema ... is ... dashed ... file ... style is ... GPX ... believe. ... Any tips on TopoFusion,and how it works with...
1117 cybarber Send Email Nov 12, 2005
11:42 am
... GPX ... Here is above file converted to GPX v1.1 (and from 1.0 and 1.1 to a Google Earth kmz(kml) files) with below mentioned XSLT gui: ...
1118 gpsxml@yahoogroups.com Send Email Nov 12, 2005
5:43 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gpsxml group. File : /XSLT...
1119 gpsxml@yahoogroups.com Send Email Nov 12, 2005
5:44 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the gpsxml group. File : /XSLT...
1120 Doug Adomatis
gps_maps Send Email
Nov 18, 2005
6:01 pm
Anyone have an idea when I'll be able to specify a area (i.e. fire perimeter, avelanch area, crime zone, parcel...) in GPS and transfer that map data to Garmin...
1121 Doug Adomatis
gps_maps Send Email
Nov 18, 2005
6:04 pm
... I ment to write "GPX" instead of "GPS"> - Doug...
1122 belle.gobble1673@... Send Email Nov 28, 2005
9:37 am
Just a quick tip to my friends on here. I found something great online, even greater than this group! lol. Met my special some1 on here, and so far been...
1123 Mark Wigmore
wiggers2uk Send Email
Nov 28, 2005
12:49 pm
Sorry for the neophitic question, but I've come across a GPX file where all the stuff between the tags is wrapped like this: ...
1124 Jan Pieters
jkpieters Send Email
Nov 28, 2005
12:58 pm
Hi Mark, CDATA is a construction for xml files. normally when an xml file is parsed and all data is interpreted by the software that handles the xml (for...
1125 Mark Wigmore
wiggers2uk Send Email
Nov 28, 2005
2:56 pm
... This is very strange because useful things like the name of the track also have this CDATA wrapper: <trk> <name><![CDATA[Wednesday 09/11/05]]></name> ...
1126 Dan Foster
topografix Send Email
Nov 28, 2005
3:16 pm
Hello, Monday, November 28, 2005, 9:55:48 AM, Mark wrote: M> This is very strange because useful things like the name of the track M> also have this CDATA...
1127 Mark Wigmore
wiggers2uk Send Email
Nov 28, 2005
3:43 pm
... The <time> strings are also wrapped in CDATA, which doesn't follow your argument. It would appear from examining the file that ALL non-numeric fields are...
1128 Jan Pieters
jkpieters Send Email
Nov 28, 2005
3:59 pm
Mark, the use of CDATA is most of the tiome not necessary. It is the developer of the software and xml structure that decides on that. CDATA is many times not...
1129 Dan Foster
topografix Send Email
Nov 28, 2005
4:24 pm
Hello, Monday, November 28, 2005, 10:42:47 AM, Mark wrote: M> The <time> strings are also wrapped in CDATA, which doesn't follow M> your argument. It would...
1130 Jan Pieters
jkpieters Send Email
Nov 28, 2005
4:51 pm
This is the behaviour of de XmlTextReader: XmlTextReader.ReadString returns the contents of a node as a string. It concatenates the contents of a node...
1131 Robert Lipe
robertlipe Send Email
Nov 28, 2005
7:07 pm
... I'd consider that not correct, Dan. I don't have time to cite W3.org chapter and verse, but I remember looking this up and you can have zero or more...
1132 Dan Foster
topografix Send Email
Nov 28, 2005
7:55 pm
Hello, Monday, November 28, 2005, 1:04:31 PM, Robert wrote: ... R> I'd consider that not correct, Dan. I don't have time to cite W3.org R> chapter and verse,...
1133 mll1013 Send Email Nov 28, 2005
8:28 pm
Is this still possible? I don't see a way to turn on lat/lon in the turn-by-turn directions from mapsonus. Perhaps there's a back-door trick to getting this to...
1134 Mark Wigmore
wiggers2uk Send Email
Nov 29, 2005
11:28 am
... I've tried the dubious data file with both Google Earth and MapSource and they both fail to read it. I think the error message from GE is connected with a...
1135 Mark Wigmore
wiggers2uk Send Email
Nov 29, 2005
12:48 pm
... Success! I've made a simple modification to my code and can now read the file. Just needed the CDATA part of this: while( m_reader->NodeType !=...
1136 Robert Lipe
robertlipe Send Email
Nov 30, 2005
2:11 am
... Nice find. I suspected that something like that was the case. It's a really maddening trait of most XML parsers. The problem is that the "obvious"...
1137 Robert Lipe
robertlipe Send Email
Nov 30, 2005
3:30 am
... I just fed that horror I posted as an example to Mapsource 6.9.1 and it does indeed get the multiple cdata case wrong. I'll bet they fell for the same...
1138 Dan Foster
topografix Send Email
Nov 30, 2005
4:09 pm
Hello, Tuesday, November 29, 2005, 9:11:27 PM, Robert wrote: R> I'll start the ball rolling with one waypoint expressed four different R> ways I've created a...
Messages 1109 - 1138 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help