Quoderat has this new post on his blog with a bit on working with a Canadian Geocoder + XML API.
Here’s the XML document returned in the HTTP response:
A new, extremely simple geocoder has just come online for Canada, named (unsurprisingly) geocoder.ca. The app includes both an HTML interface and an XML (and HTTP) API. Here is an example of a GET URL for a simple API call to geocode 1 Lindbergh, Ottawa, Ontario:
http://www.geocode.ca/?addresst=lindbergh&stno=1
&city=ottawa&prov=ON&geoit=xml
Handy little interfaces like this are all over the place, and, with the help of PHP's XML interfaces (PHP5 especially), using them is quick and easy...




