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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 644 - 673 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
644
Hello, gpsxml member. This company really helped me out. I almost lost my home. I am self employed and I was able to refinance. The best interest rates are...
168@...
Send Email
Sep 4, 2004
8:09 am
645
I was working with a tool to make my own parser for the gpx file from Geocaching.com. I ran into a problem where the naming of elements included a ":" and the...
ariestiger.rm
Offline Send Email
Sep 7, 2004
4:41 pm
646
... They aren't invalid; they're in a private groundspeak namespace. We "got around it" by implementing that namespace. There are dozens of tools, including...
Robert Lipe
robertlipe
Offline Send Email
Sep 7, 2004
5:50 pm
647
If you send a snippet of the XML, someone might be able to help you. I'm not sure if you're saying that you're having trouble parsing XML Namespaces in...
Kevin Z Grey
kevlar01
Offline Send Email
Sep 7, 2004
5:59 pm
648
Here is the format. I have simplified the data to better show the structure of the XML file. As you can see, once you get to the groundspeak portion they...
ariestiger.rm
Offline Send Email
Sep 7, 2004
7:18 pm
649
They aren't invalid; they're in a private groundspeak namespace. We "got around it" by implementing that namespace. There are dozens of tools, including my...
ariestiger.rm
Offline Send Email
Sep 7, 2004
7:26 pm
650
Hello, Someone pointed out to me off-list that <course> and <speed> were removed from <trkpt> in GPX 1.1. GPX 1.1 defines <wpt>, <rtept>, and <trkpt>...
Dan Foster
topografix
Offline Send Email
Sep 7, 2004
8:13 pm
651
... Private namespaces allow folks (like Groundspeak) to extend the base spec definitions in a way that won't conflict with others and keeps their peanut...
Robert Lipe
robertlipe
Offline Send Email
Sep 7, 2004
8:54 pm
652
I, for one, would like to see the changes for <course> and <speed> implemented in GPX 1_1 as this was a very nice feature in 1_0 and I would hate to see us go...
balloon_flyer
Offline Send Email
Sep 8, 2004
12:09 am
653
Thanks for the help and the direction to the xml site. Found out why I could not call the groundspeak elements and am able to work with it. Thanks for the...
ariestiger.rm
Offline Send Email
Sep 8, 2004
12:40 am
654
Here is a quick example of how to extend the GPX_1_0 schema using a Navaid Waypoint Generator File. Note the line starting with xmls:bpt=.... This sets up an...
balloon_flyer
Offline Send Email
Sep 10, 2004
3:50 am
655
... I ... applications ... would ... go ... existing .gpx ... An gpx 1.0 file will not validate against the gpx1.1 schema in the very first line, because of...
David S. Wissenbach
davewissenbach
Offline Send Email
Sep 10, 2004
1:53 pm
656
I have a site that produces GPX files for aviation related waypoints (http://navaid.com/GPX/). I also produce other types of files for other appiications,...
Paul Tomblin
canoe
Offline Send Email
Sep 11, 2004
2:37 pm
657
Paul - I think you'll find folks willing to help, but do you think WE have loads of free time on our hands? We don't have jobs, etc., too? It's considered...
Ed McNierney
edmcnierney
Offline Send Email
Sep 11, 2004
6:46 pm
658
... I think if you're actually read what I read instead of jumping all over the introduction, I did NOT ask people to "do it for me". I asked some specific...
Paul Tomblin
canoe
Offline Send Email
Sep 11, 2004
8:16 pm
659
Paul - I read every word you said, and I responded without flaming. I actually contribute virtually nothing to this group (and quite a lot to others), but I...
Ed McNierney
edmcnierney
Offline Send Email
Sep 11, 2004
8:29 pm
660
... Learn by example. Get a sample file from Topografix, Geocaching.com, or anyone else that uses private namespaces. (It'll be evident in the first few...
Robert Lipe
robertlipe
Offline Send Email
Sep 11, 2004
11:47 pm
661
... reasons ... compatibility ... One GPX 1.1 only element is <copyright>. This is not available in version 1.0. Best regards, Bernd...
Bernd Sobotka
bernd_sobotka
Offline Send Email
Sep 12, 2004
10:21 am
662
... Yes, I read you post and the reference. What I didn't get out of that is how to make a schema that extends the main schema. Is there a particular way to...
Paul Tomblin
canoe
Offline Send Email
Sep 12, 2004
12:57 pm
663
Are you far into debt? I was in the hole over $50,000.00 And now I am getting out of debt FAST! I have money to live. My stress level is lower. Most...
ezc4yq41
Offline Send Email
Sep 12, 2004
9:18 pm
664
... to a ... that ... to ... HTML ... to ... <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <?xml-stylesheet type="text/xsl" ...
David S. Wissenbach
davewissenbach
Offline Send Email
Sep 12, 2004
10:43 pm
665
... I can't find gpx_style anywhere on the topografix web site. I tried the urls given in the schemaLocation, and I tried searching their whole site, and I...
Paul Tomblin
canoe
Offline Send Email
Sep 13, 2004
1:17 am
666
... http://www.topografix.com/GPX/gpx_style/0/1 ... gps_style ... you ... tried ... Paul, That's strange, because I just clicked on the link in my quoted ...
David S. Wissenbach
davewissenbach
Offline Send Email
Sep 14, 2004
1:28 am
667
Paul, I think Davids link to Bear Creek should have taken you to an example of an gpx file that has been extended, just like your trying to do. Unfortunately...
balloon_flyer
Offline Send Email
Sep 14, 2004
5:37 pm
668
I have put together a XSD schema file for my extensions to GPX (1.0), and I have an example file that I hope is compliant with it. Is there anybody out there...
Paul Tomblin
canoe
Offline Send Email
Sep 19, 2004
12:48 am
669
The schema file is at http://navaid.com/navaid.xsd and the sample file is at http://navaid.com/waypoint.gpx -- "To announce that there must be no criticism of...
Paul Tomblin
canoe
Offline Send Email
Sep 19, 2004
3:00 am
670
Hello, Saturday, September 18, 2004, 8:48:28 PM, Paul wrote: P> I have put together a XSD schema file for my extensions to GPX (1.0), P> and I have an example...
Dan Foster
topografix
Offline Send Email
Sep 20, 2004
3:04 pm
671
... Ok, I think I've figured it out. SAXCount isn't complaining any more, woo hoo. Thanks for everybody's patience and help. -- "To announce that there must...
Paul Tomblin
canoe
Offline Send Email
Sep 20, 2004
5:25 pm
672
From: Dan Foster <egroups@...> ... I fixed the consistency problem, but SAXCount is still complaining that the elements navaid:runways and...
Paul Tomblin
canoe
Offline Send Email
Sep 20, 2004
5:27 pm
673
Howdy, I have a lot of GPX files with either missing chunks of elevation data or that have no elevation data at all. For example, draw a new route in ExpergGPS...
t_hop99
Offline Send Email
Sep 20, 2004
11:45 pm
Messages 644 - 673 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