Link: maulin: implementing RSS.
I did a little research on the web to try to find how we could implement RSS into our project and it looks relatively easy. From what i read in one of the article i found, all we had to do is include a certain dtd into our xml file and few other tags. I followed the process shown on the source but I dont think I have been really that successful.
I think the resource you cite is good, and I hesitate to add a lot more to it just now. Sometimes, starting super simple is good. This is one of those cases. I do have some modifications in approach I would recommend. Try this:
- Get the exact sample to work for you over the web. That is: create the file exactly as listed and get it to work with no modification.
- Now, figure out how this might work for your project.
- Now, try substituting, BY HAND, ONE (1) element from how you might want this to work in your project into the RSS feed. Get that to work. Is it giving the results you thought it would?
- Only once you are satisfied with steps 1 through 3 should you consider trying to automate this process. Any simple thing you get to work will get you credit.