Basic example from Mike Williams tutorial. Loads markers from example.xml, added error checking for "file not found" and "invalid xml file". Removed some unneeded variables.
A version of the above page with handling for "file not found" and "invalid xml" errors. Form post selects xml file to load.
A version of the above page with handling for "file not found" and "invalid xml" errors. Form post selects xml file to load. Alerts at various stages of the file load.
A version of the Mike Williams' tutorial map with numbered markers that allows different numbered icons defined by the xml file (allows 1-99 and the default marker) and polylines.
Basic example with polylines from Mike Williams tutorial. Loads markers and polylines from example4.xml, added error checking for "file not found" and "invalid xml file".