PDA

View Full Version : xml question?


darksniperx
09-23-07, 11:28 AM
I would like to create a feed based on atom feed(http://atomenabled.org/).

1)if I want to create an xml file based on few feeds , for example I do search and I find articles in 5 different feeds and I want to output them to the user as an atom feed xml file how would I do that.

**

bizzar528
09-27-07, 11:15 AM
you will probably need an additional layer of programming like php or asp. This way, use php or asp to search all the feeds for content, organize the results, and return an atom feed with the specific results.