I have a XML file that I want to make a searchable feed out of. Any help? I know the feed format thing but I have no idea how it gets updates or how to build a html search for it. I'm sure I will need some kind of php script with html search to search the XML file but I'm not sure. I want to be able to search this XML file and return like 100 results that can be converted to RSS
Hi I'm not too sure I understand what you're after here? You already have an XML file and you want to make that XML file searchable, and the search returns an XML file of the results?
yes a i have a standard xml file which is NOT formated as a rss feed. I need to generate a feed from this file, make it searchable and dynamic. I have seen this before with some clickbank feeds if this helps.