Wells-it.com - Web Hosting

rss & xml

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 140 posts

Joined: Nov 2003

is there any difference between rss and xml? will an rss reader read xml feeds?

pr0gr4mm3r's picture
ModeratorSponsor

He has: 825 posts

Joined: Sep 2006

RSS it a type of XML. Your reader should read both if it's up to date with the standards.

http://en.wikipedia.org/wiki/Rss
http://en.wikipedia.org/wiki/Xml

brady.k's picture

He has: 1,383 posts

Joined: Feb 2002

Just be careful how you write the XML code. There are two very different, but accepted, standards for RSS; whereas XML is used for things other than RSS like data storage, or dynamic page generation.

Study the Wikipedia entry carefully.

Kyle Brady, President, Intuitive Industries LLC.
http://www.int-ind.com
[EMAIL=brady.k@gmail.com]brady.k@gmail.com[/EMAIL] - [EMAIL=brady.kyle@int-ind.com]brady.kyle@int-ind.com[/EMAIL]

They have: 10 posts

Joined: May 2007

This page helped me out quite a bit with RSS:

Making an RSS feed

It should also give you an idea of how RSS uses XML. In the end it's pretty simple once you know a few things.

Ed Womack
Get Milked

They have: 140 posts

Joined: Nov 2003

thank you.