Hi,
I am working on a site listing wines, these will be displayed as a list of entries (maybe up to 200) with pagination.
The site will also require an XML datafeed for third party websites which I will create custom fields for in the Wine List Channel so this can be automatically populated in the feed. Would this work by outputting to an XML template and using the custom field tags from the main Wine List Channel to populate (wine-name / vintage / bottle-size etc as below)?
<datafeed>
<list>
<wine>
<wine-name>Name Here</wine-name>
$00.00</price>
<vintage>year</vintage>
<bottle-size>75cl</bottle-size>
<link>http://www.website/wines/wine-entry</link>
</wine>
</list>
</datafeed>Would it be possible to list all wines here (200 and maybe more) without causing strain on the server or would pagination be required, even though it will be read by other websites and not displayed as a styled page?
Thanks