Demo of Flickr XML feed parsing in JS

  1. View Source to see.
  2. Has to use own copy of Flickr XML feed because of same-origin policy.
  3. Fetches XML with Ajax and parses it.
  4. Writes output to console not to page.