... In Appendix B of the first edition of Jeffrey Friedl's book Mastering Regular Expressions he lists an "optimized version" of a regex for validating email...
Hey I'm fresh to gpx and I don't really have any developing/programming background. I'm searcihg for a easy way (read .exe :) ) to convert the gpx file to a...
... Take a look at GPSBabel: http://www.gpsbabel.org/ -- Dave Patton Canadian Coordinator, Degree Confluence Project http://www.confluence.org/ Personal...
... Just a note that as far as I know you cannot use commas in the format of numbers. You will need to format them in British style: <wpt lat="46.849998"...
thanks for all the input so far :) I've posted on a forum and they showed me GPSbabel and I've been using it since. I also noticed, that my coordiates should...
... Well, I don't know about most people, but I create a GPX file with open(XML, ">$xmlfile"); print XML (<<EOF); <?xml version="1.0"?>'; <gpx version="1.1" ...
I apologize in advance for newbie stuff on the list. I've been asked to get a quick GPX exporter together for the Firefox Operator extension. All I have for...
Hello, ... In GPX, attributes (things in quotes) are required. Elements (things in angle brackets) are optional. You'd skip <ele>, <sym>, and <time> entirely....
... Get the person who asked you for the facility to supply some examples in the desired format. GPX has many different tags you may or may not want to use,...
Hi, i get the following error when i make a Response.WriteFile("my.gpx") on my asp.net web page. Will appreciate any help on this issue. Cannot have a DOCTYPE...
... HTML files have a DOCTYPE declaration in their first element. It normally looks something like this <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" ...
I am trying to learn how to create an XSL file for use with GPX files, and am really having problems. If I use the XSL file against the file Untitled.gpx that...
I'm new to this group, and I have a Web site with lots of GPX files available for download. Sorry to drag up an old thread, but has anyone found a solution to...
... It's not "an IE7 problem". Go to http://www.confluence.org/search.php, select Albania for the Country, do a "Confluence General Search", and then select ...
My GPX files are generated by ExpertGPS and then I upload them, so I'm providing a link directly to the file that already exists there. I would think that I'd...
hi, I am doing a Response.Write("MyGpxFile.gpx") on an Asp.net web form. I get the following error. Can anybody tell me how to overcome this problem. ...
... What happens when you do the steps I outlined to get a GPX file from the DCP website? Does it work for you or not? I think what I hear you saying is that...
... The answer is probably the same as when you asked this question on May 30th. -- "To announce that there must be no criticism of the president, or that we ...
... Hi, I've just joined this list, in order to participate in this specific discussion. I'll assume you all know what geo and hCard microformats are. If not,...
... In GPX format, a collection of points, with nothing relating one to another, is a collection of waypoints. That's the most common kind of GPX file you'll...
... Minimum: longitude and latitude. You don't even really need a name (or any identifier for the point). But if you're asking about 'opptimal' you should...
Hi, I'm relatively new to XML / GPX, and new to .NET 2.0 although I have many years of Microsoft development experience. I'm using the XMLWriter Class to...