views:

185

answers:

1

Hi everyone, I've been using Amazon Web Services for a while and am looking to change to another data provider.

I've been looking into Google Books, but I'm unable to see how to get the data out in say XML format. I would like to do something like:

Request Book from ISBN using REST > Receive XML file containing book information etc

Does anyone have any experience in doing anything like this?

Thanks in advance.

+1  A: 

Here is the link from google documentation:

http://code.google.com/apis/books/docs/gdata/developers%5Fguide%5Fprotocol.html

Vasco Fernandes
Turns out google doesn't support 'quite' what I wanted but thanks for the info anyways.
Laurence Dawson