Click to See Complete Forum and Search --> : How to combine XML file with source from RSS feed source?


toplisek
07-02-2008, 10:50 AM
1. possibility:
I have XML file and would like to collect the XML file from an external RSS provider and parse it myself in my action class with a DOM parser

How to do it all in the best way
1.1. RSS provider
1.2. action class with a DOM parser

2. possibility:
I have XML file on server and I receive from RSS outside. XML will be changed automatic.

How to do all in the best way?

Need help