I am using the Google Books API to search the user for a specific book and display the results. The problem is that different versions of the same book have different ISBNs. Is there any way to club these reprints on the basis of API returns?
I want to do this because I have ISB of some versions in my database so when a user searches for a book, I want to club all the results and display them as a result Would like to do
http: //xisbn.worldcat.org/webservices/xid/isbn/0596002815
To get this feedback :
& lt; Rsp stat = "ok" & gt; & Lt; ISBN & gt; 0596002815 & lt; / ISBN & gt; & Lt; ISBN & gt; 1565928938 & lt; / ISBN & gt; & Lt; ISBN & gt; 1565924649 & lt; / ISBN & gt; & Lt; ISBN & gt; 0596158068 & lt; / ISBN & gt; & Lt; ISBN & gt; 0596513984 & lt; / ISBN & gt; & Lt; ISBN & gt; 1600330215 & lt; / ISBN & gt; & Lt; ISBN & gt; 8371975961 & lt; / ISBN & gt; & Lt; ISBN & gt; 059680539X & lt; / ISBN & gt; & Lt; ISBN & gt; 8324616489 & lt; / ISBN & gt; & Lt; / RSP & gt;
In which first original ISBN is included, and then all options known to the WorldKat, you can then use alternate options for grouping.
No comments:
Post a Comment