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@...
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...
... 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...
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...
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...
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...
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>...
... 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...
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...
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...
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...
... 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...
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 - 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...
... 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 - 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...
... 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...
... 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...
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...
... 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...
... 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 ...
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...
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...
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...
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...
... 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...
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...