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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 218 - 247 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
218 Dan Foster
topografix Send Email
Mar 1, 2002
6:40 pm
Hello, The GPX 1.0 schema is now official! Congratulations, everyone! It took a while, but our discussions and debates made for a better solution in the end....
219 Brian Lalor
blalor76 Send Email
Mar 1, 2002
7:52 pm
I guess this is more of a general XML question, but are there any tools that, given a GPX file and the gpx.xsd file, will validate the GPX file? -- Brian Lalor...
220 Dan Foster
topografix Send Email
Mar 1, 2002
8:02 pm
Hello Brian, Friday, March 01, 2002, 2:52:45 PM, you wrote: BL> I guess this is more of a general XML question, but are there any tools BL> that, given a GPX...
221 davewissenbach Send Email Mar 2, 2002
5:41 am
I took a look at my website from the office, where I use Internet Explorer 5.5 instead of Internet Explorer 6.0. The xslt stylesheet transformations do not...
222 gps_maps Send Email Mar 2, 2002
10:49 am
Hello, I'm Doug Adomatis. I guess you'd call me a more of a publisher than a developer. GPX has caught my interest because its proliferation will have an...
223 gps_maps Send Email Mar 2, 2002
10:51 am
There's a current thread at sci.geo.sat-nav that I thought someone from this group would reply to. I want to know more about how this issue is handeled in the...
224 gps_maps Send Email Mar 3, 2002
12:35 pm
Oops, I ment to write "how is (waypoint naming) handled in GPX / XML format. More specifically, what are the guidelines for waypoint names (number of...
225 Dan Foster
topografix Send Email
Mar 3, 2002
11:29 pm
Hello, Sunday, March 03, 2002, 7:35:06 AM, Doug wrote: g> Oops, I ment to write "how is (waypoint naming) handled in GPX / XML g> format. More specifically,...
226 davewissenbach Send Email Mar 4, 2002
12:16 am
... on the ... transfers ... I'm letting a little bit of device-dependence creep into my sample trails. What I've been doing is to use the name field as a...
227 ithork Send Email Mar 4, 2002
7:07 am
Hi, I was looking at delveloping a Java program that supports GPX format. I'm still learning about XML in general, but from what I've read, JAXB looked like a...
228 Chris Wilder-Smith
cwildersmith Send Email
Mar 4, 2002
1:38 pm
Thor, Current versions of Xerces (http://xml.apache.org) support XML schema validation. Chris...
229 gps_maps Send Email Mar 6, 2002
2:54 am
Thanks Dan, Dave. I think I beginning to get a handel on the this. Let me see if I have it straight. If I publish trail maps in gpx format, my readers will...
230 Dan Foster
topografix Send Email
Mar 6, 2002
2:48 pm
Hello, Tuesday, March 05, 2002, 7:11:17 PM, Doug wrote: g> If I publish trail maps in gpx g> format, my readers will need an appilication that can translate...
231 Andrzej Jan Taramina
ataramina Send Email
Mar 6, 2002
4:36 pm
This might have some interest to the members of this list, so I have posted it here: The purpose of the Mobile GPS Demonstration Platform (MGDP) project is to ...
232 Doug Adomatis
gps_maps Send Email
Mar 6, 2002
8:40 pm
Dan, Thank you for the very detailed information. You've given me a lot to think about here. I had a look the examples, viewed the source, and saw the...
233 Dan Foster
topografix Send Email
Mar 13, 2002
3:07 am
Hello, I've updated the beta versions of all my software to add improved GPX 1.0 support. I added several private elements (route color, leg name, leg...
234 Chris Schulz
cnschulz Send Email
Mar 23, 2002
8:48 am
ping. c. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com...
235 davewissenbach Send Email Mar 29, 2002
11:30 am
I have posted an announcement of Version 2.0 of Wissenbach Map on the map_authors group http://groups.yahoo.com/group/map_authors in the hope that people will...
236 gps_maps Send Email Mar 30, 2002
10:41 am
It would be a cruel world without cordless screwdrivers, ATM machines, and wysiwyg HTML editors. What do you use to edit your XML? Please dont' tell me...
237 davewissenbach Send Email Mar 30, 2002
1:42 pm
... I rarely, if ever, edit .gpx files directly. But when I do, I use wordpad to edit raw text. (I also ride a bicycle to work, every day, rain or shine, cold...
238 Andrzej Jan Taramina
ataramina Send Email
Mar 31, 2002
5:15 pm
... Well....I have been known to use notebook for quick on-the-fly changes to small XML-encoded config files. Usually use JPadPro or sometimes XMLSpy ...
239 js_sms Send Email Apr 4, 2002
7:48 pm
I am starting a group about GPS (Global Positioning System) in Europe. Everybody is invited to join http://groups.yahoo.com/group/gps-europe/ to join, just...
240 Robert Lipe
robertlipe Send Email
Apr 5, 2002
3:21 am
Hello. I've started an implementation of a program using GPX 1.0. I intend to make it freely available. Though I'm not a an XML jock, I have a few questions...
241 Dan Foster
topografix Send Email
Apr 5, 2002
2:07 pm
Hello, Thursday, April 04, 2002, 10:21:48 PM, Robert wrote: RL> I've started an implementation of a program using GPX 1.0. I intend to RL> make it freely...
242 robertlipe Send Email Apr 5, 2002
7:29 pm
Hello, Dan. Thanx for the reply. ... I'm largely successfuly parsing the inputs. I haven't started on the output side yet. It was interesting that I started...
243 davewissenbach Send Email Apr 6, 2002
1:54 am
... intend to ... 20Files/Kevin%20Read%20Untitled.gpx ... The required version attribute tells the story here. <gpx version="0.2" ... The released version is...
244 robertlipe Send Email Apr 6, 2002
5:04 pm
... Aaaah. I'd missed that detail. Perhaps the samples in the 'files&#39; section of the yahoo group should be updated or at least more clearly marked as being...
245 map_mama Send Email Apr 8, 2002
8:46 am
Thor, I have recently started using JAXB for another (unrelated) project. I've been very impressed so far. There are a few little glitches, but no...
246 davewissenbach Send Email Apr 10, 2002
5:17 am
... been ... the 'files&#39; ... clearly ... I've posted newer samples for GPX1.0 in the Files section. ... call ... explanation of ... An XML Schema is an XML...
247 ThreadHead1 Send Email Apr 13, 2002
6:35 pm
I am finish my app for doing some GPSR management and I would like to use the GPX format for saving all files. But I would like to include some application...
Messages 218 - 247 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