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 1025 - 1055 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1025 Jeremy Irish
jeremy@... Send Email
Jul 29, 2005
3:54 pm
... Read the credits. They personally thank Robert for the use of GPSBabel. So yeah, I think he knows what he is talking about ;) ... From: cybarber...
1026 Mark Wigmore
wiggers2uk Send Email
Aug 9, 2005
4:24 pm
Hi! I have a 3D graphics package written in C++ and OpenGL and I've been asked to add a GPX file reader to it. I've not used XML before and I was wondering if...
1028 azbithead Send Email Aug 9, 2005
5:07 pm
... For a good, quick introduction to XML and XML-related technologies check out http://www.w3schools.com/. Beyond that, there are numerous books on the...
1029 Mark Wigmore
wiggers2uk Send Email
Aug 9, 2005
5:13 pm
... Thanks for the advice. ... I thought XML was supposed to be this wonderful technology that would solve everyone's data file problems! Surely it should be a...
1030 azbithead Send Email Aug 9, 2005
5:21 pm
... Oh, how I wish that life was that simple. ... Yeah, usually in a hex editor. ;-) - Steve...
1031 Radu Sora
sisturix Send Email
Aug 9, 2005
6:23 pm
We are really not far from that. Meaning in the current parsers we have ReadXMLFile(), GetXMLData(). What we don't have is like ReadGpxFile(),...
1032 Michael Collinson
ewmjc Send Email
Aug 9, 2005
11:14 pm
Mark, An alternative approach to using the schema is just to parse the GPX XML directly and pull out what you are looking for. Less elegant in the long run...
1033 Mark Wigmore
wiggers2uk Send Email
Aug 10, 2005
4:09 pm
... GPX XML ... the long ... ones head ... I had thought of doing that but was under the impression XML was more plug-and-play that it seems to be. ... Have...
1034 jo_wood_london Send Email Aug 12, 2005
2:25 pm
Does anyone know of any downloadable examples of complex GPX 1.1 files that include most or all of the lesser used tags such as <dgpsid>, <fix>, <hdop>,...
1035 cybarber Send Email Aug 13, 2005
8:30 am
Hi, For writting a XSLT transformation sheet to convert GPX 1.0 to 1.1 and from 1.1 to 1.0(lot of apps don't accept v1.1 yet) I have been looking for GPX v1.1...
1036 Troy Hopwood
t_hop99 Send Email
Aug 13, 2005
3:16 pm
These XSLT transformations would be very useful. Please let us know when they're available to look at. Thanks, Troy _____ From: gpsxml@yahoogroups.com...
1037 cybarber Send Email Aug 14, 2005
11:07 pm
Links to my gpx10t011.xslt<http://members.home.nl/cybarber/geomatters/gpx10to11.x slt>and to my gpx11to10.xslt ...
1038 cybarber Send Email Aug 14, 2005
11:26 pm
... <http://members.home.nl/cybarber/geomatters/gpx10to11.xslt> ... <http://members.home.nl/cybarber/geomatters/gpx11to10.xslt> ... sheets ... 1.1 ... looking ...
1039 Dan
grokit Send Email
Aug 16, 2005
2:20 pm
hi there, first of all i appologize for any strange or silly question. I am not a programmer, just a very curious user.. the gpx file below is made with...
1040 azbithead Send Email Aug 16, 2005
5:52 pm
... I tried validating your file in XMLSpy and it failed. That would indicate that NH-Top50Trans created the file incorrectly. - Steve...
1041 cybarber Send Email Aug 16, 2005
11:18 pm
Have been using Microsofts research WWMX proggie location stamper to match my track GPX timestamps with the Digital images timestamp to add GPS data to the...
1042 cybarber Send Email Aug 16, 2005
11:25 pm
... not ... file. ... that ... also ... seems ... According to the version 1.0 Schema (also the version 1.1 schema Name has to come before number. name,...
1043 cybarber Send Email Aug 22, 2005
12:16 pm
... to ... there ... along ... of ... get ... RoboGEO.xml ... and ... for ... August 19th: added cumulative climbing meters from start to finish. August 20th:...
1044 verntessi0 Send Email Aug 23, 2005
5:40 am
The documentation at http://www.topografix.com/GPX/1/1/ states that <rtept> elements are wptTypes yet when I create a .GPX file that includes <desc> and <time>...
1045 Dan Foster
topografix Send Email
Aug 23, 2005
11:14 am
Hello, Tuesday, August 23, 2005, 1:39:19 AM, verntessi0 wrote: v> The documentation at http://www.topografix.com/GPX/1/1/ states that v> <rtept> elements are...
1046 Chris Lawless
chris_lawles... Send Email
Aug 23, 2005
11:26 am
Have any of you written applications in Delphi to write GPX files? I'm keen to find any examples that might be out there to see how you went about it. Chris....
1047 Jan Pieters
jkpieters Send Email
Aug 23, 2005
1:01 pm
Hi, Writing gpx-files are just xlm files, so you can write them to file etc... lik eyou do with xml-files. For this you can for instance use the XML DOM...
1048 Chris Lawless
chris_lawles... Send Email
Aug 23, 2005
1:03 pm
Well yes, if you're familiar with writing XML files... which I'm not, yet. I thought an example might make it a bit easier if anyone has any. Chris. ... From:...
1049 Jan Pieters
jkpieters Send Email
Aug 23, 2005
1:06 pm
Hi, there is many info available for this. Maybe you find something here: http://delphi.about.com/od/objectpascalide/l/aa072500a.htm Jan ... -- J.K. Pieters ...
1050 verntessi0 Send Email Aug 23, 2005
4:35 pm
... DOH! That was the problem. I was unaware that the elements had to appear in a specific order. Upon changing this, the file validates. Thank you for your...
1051 Chris Lawless
chris_lawles... Send Email
Aug 29, 2005
2:46 am
I'm not an XML expert so please go easy..! Does anyone have a very simple track example they could send me? I'm looking to write an app that will record a...
1052 Robert Lipe
robertlipe Send Email
Aug 29, 2005
5:18 am
... There are several such tracks in both the GPX examples at Topografix and in the reference/tracks/ directory of the GPSBabel source tree. ... You can also...
1053 Chris Lawless
chris_lawles... Send Email
Aug 31, 2005
8:46 pm
Ok, I know it's not pretty, but I'm experimenting with creating my GPX file in Delphi. I know what I'm trying to achieve but I think there's something I don't...
1054 Chris Lawless
chris_lawles... Send Email
Aug 31, 2005
9:14 pm
Ahh ha..! Looks like my problem is because I was adding the <TRK> as a child of <GPX> instead of a child of <XML>. Sorry to waste peoples time. Chris. ... ...
1055 dstewartms Send Email Sep 2, 2005
5:41 am
Figured folks here might find this interesting: http://www.blogthevote.net/vetrax/map.aspx? track=http://www.singletracks.com/trax/functions/gpxDL2.php?id=1 ...
Messages 1025 - 1055 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