Amazon Wish List Badge
Over the past day or so, I’ve cobbled together an Amazon Wish List badge for my blog. You’ll see my items listed on the right of this page if you scroll down. I did this using 3 things:
- Amazon Web Services
- A custom XSLT stylesheet
- My unique Wish List ID
What’s important to note is that you can format the returned data from AWS by passing a URL to an XSLT stylesheet. In my case, the stylesheet that I wrote outputs Javascript code (I stole this idea from Flickr). So, to print the Wish List to the browser, I simply embed the following Javascript in my sidebar:
That’s it. Just in time for the holidays!
Comments (View)

