Are you sure an RSS feed is the right way as they tend to be a bit limited assuming you keep it within the allowed RSS XML tags?
One thing I'd like to see from more providers is a combination of CSV for the basic data import, and a simple XML file for things like prices and room types available. For example you could have something whereby you pass
?hotel_id=7282&start_date=01-05-07&nights=7
...and it comes back with a basic XML file that can be easily parsed such as:
Code:
<details>
<hotel_name>The XYZ Inn</hotel_name>
<room>
<room_type>Standard</room_type>
<availability>1</availability>
<room_price>38.00</room_price>
</room>
<details>
Then the affiliate can pick out the data they want much more easily than with an RSS feed where it'd all have to go in the description. I got the idea for this from one of our other affiliate providers although it's a little easier for them as they only deal with the next 5 days usually.
Trev
Bookmarks