I need to implement RSS using
JSP's . The scenario is like there is a
search page and user needs to search for certain criterias.Whatever fields he selects and says search, a corresponding RSS xml file should generate which can be configured in RSS reader.This has to be dynamic in nature which means at later point of time if again the same user logs in and searches on some different fields, he should get this updates of this latest search in RSS reader where he has configured the RSS xml file.
Can anyone tell me how to implement this and place the things in place.
Any pointers will be highly appreciated!
Thanks,
Atul