View Single Post
Old 2008-07-21, 09:02   Link #84
Cetra3
Junior Member
 
Join Date: Dec 2004
Hey Guys,

Simple question.

Any way of coaxing the xml with some nice GET statements to retrieve a list of series ID's ?

I'm thinking along the lines of something like this:

http://www.animesuki.com/series.php?show=detailed

But in XML Form.

Something like:

<series>
<id>1215</id>
<title>Amatsuki</title>
<completed>No</completed>
<episodes>13</episodes>
<vintage>Apr 2008</vintage>
<updated>2008-07-14</updated>
</series>

But yeah, can easily parse the html table and create something like that anyways. Just wondering if there was already an existing xml interface for retrieving series information, something to link the ID and Title together

Last edited by Cetra3; 2008-07-21 at 09:06. Reason: wanted to include an example xml mockup
Cetra3 is offline   Reply With Quote