jQuery and YQL for data scraping example

The code on this page will use some YQL to grab the wikipedia page from http://en.wikipedia.org/wiki/List_of_United_States_National_Parks_by_state in JSON format. It then uses jQuery to re-encode the data as an XML document which is output in the textarea below for copying and pasting.

More information is available on my blog.