Search the web
Sign In
New User? Sign Up
gpsxml · GPX Developers Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1026 - 1056 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1026
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...
Mark Wigmore
wiggers2uk
Offline Send Email
Aug 9, 2005
4:24 pm
1028
... 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...
azbithead
Offline Send Email
Aug 9, 2005
5:07 pm
1029
... 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...
Mark Wigmore
wiggers2uk
Offline Send Email
Aug 9, 2005
5:13 pm
1030
... Oh, how I wish that life was that simple. ... Yeah, usually in a hex editor. ;-) - Steve...
azbithead
Offline Send Email
Aug 9, 2005
5:21 pm
1031
We are really not far from that. Meaning in the current parsers we have ReadXMLFile(), GetXMLData(). What we don't have is like ReadGpxFile(),...
Radu Sora
sisturix
Offline Send Email
Aug 9, 2005
6:23 pm
1032
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...
Michael Collinson
ewmjc
Offline Send Email
Aug 9, 2005
11:14 pm
1033
... 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...
Mark Wigmore
wiggers2uk
Offline Send Email
Aug 10, 2005
4:09 pm
1034
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>,...
jo_wood_london
Offline Send Email
Aug 12, 2005
2:25 pm
1035
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...
cybarber
Offline Send Email
Aug 13, 2005
8:30 am
1036
These XSLT transformations would be very useful. Please let us know when they're available to look at. Thanks, Troy _____ From: gpsxml@yahoogroups.com...
Troy Hopwood
t_hop99
Offline Send Email
Aug 13, 2005
3:16 pm
1037
Links to my gpx10t011.xslt<http://members.home.nl/cybarber/geomatters/gpx10to11.x slt>and to my gpx11to10.xslt ...
cybarber
Offline Send Email
Aug 14, 2005
11:07 pm
1038
... <http://members.home.nl/cybarber/geomatters/gpx10to11.xslt> ... <http://members.home.nl/cybarber/geomatters/gpx11to10.xslt> ... sheets ... 1.1 ... looking ...
cybarber
Offline Send Email
Aug 14, 2005
11:26 pm
1039
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...
Dan
grokit
Offline Send Email
Aug 16, 2005
2:20 pm
1040
... I tried validating your file in XMLSpy and it failed. That would indicate that NH-Top50Trans created the file incorrectly. - Steve...
azbithead
Offline Send Email
Aug 16, 2005
5:52 pm
1041
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...
cybarber
Offline Send Email
Aug 16, 2005
11:18 pm
1042
... 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,...
cybarber
Offline Send Email
Aug 16, 2005
11:25 pm
1043
... to ... there ... along ... of ... get ... RoboGEO.xml ... and ... for ... August 19th: added cumulative climbing meters from start to finish. August 20th:...
cybarber
Offline Send Email
Aug 22, 2005
12:16 pm
1044
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>...
verntessi0
Offline Send Email
Aug 23, 2005
5:40 am
1045
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...
Dan Foster
topografix
Offline Send Email
Aug 23, 2005
11:14 am
1046
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....
Chris Lawless
chris_lawles...
Offline Send Email
Aug 23, 2005
11:26 am
1047
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...
Jan Pieters
jkpieters
Offline Send Email
Aug 23, 2005
1:01 pm
1048
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:...
Chris Lawless
chris_lawles...
Offline Send Email
Aug 23, 2005
1:03 pm
1049
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 ...
Jan Pieters
jkpieters
Offline Send Email
Aug 23, 2005
1:06 pm
1050
... 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...
verntessi0
Offline Send Email
Aug 23, 2005
4:35 pm
1051
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...
Chris Lawless
chris_lawles...
Offline Send Email
Aug 29, 2005
2:46 am
1052
... 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...
Robert Lipe
robertlipe
Offline Send Email
Aug 29, 2005
5:18 am
1053
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...
Chris Lawless
chris_lawles...
Offline Send Email
Aug 31, 2005
8:46 pm
1054
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. ... ...
Chris Lawless
chris_lawles...
Offline Send Email
Aug 31, 2005
9:14 pm
1055
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 ...
dstewartms
Offline Send Email
Sep 2, 2005
5:41 am
1056
... I tried Katrina http://www.blogthevote.net/vetrax/map.aspx?track=http://www.travelbygps.com/special/katrina/katrina.gpx but it had a server error: <gpx...
Doug Adomatis
gps_maps
Offline Send Email
Sep 2, 2005
10:16 am
Messages 1026 - 1056 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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