(sorry, originally posted in topics)
I have a feed that generates a CSV file of all records from a details listing.
In practice I would like to add another feed to each of the details records.
I can do this with a template as details output, but I would like to show all the details records and export as CSV file.
Is there a way for a feed to pass parameters to other feeds?
Not properly formatted duh...
<xmod:feed xls>
<List data source with ORDERID>
.......
<item template>
<xmod:feed feed1>
<parameter = OrderID>
</feed>
<div feed1 output here></div>
<xmod:feed feed2>
<parameter = OrderID>
</feed>
<div feed2 output here></div>
list data appears here
</item template>
.........
<xmod:feed>
The csv reports all the list data, but omits the feed content. Thanks