cbc58 posted this at 23:03 — 8th May 2007.
They have: 140 posts
Joined: Nov 2003
is there any difference between rss and xml? will an rss reader read xml feeds?
pr0gr4mm3r posted this at 00:28 — 9th May 2007.
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 posted this at 01:44 — 9th May 2007.
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]
ewomack posted this at 17:46 — 9th May 2007.
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
cbc58 posted this at 22:02 — 9th May 2007.
thank you.
pr0gr4mm3r posted this at 00:28 — 9th May 2007.
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 posted this at 01:44 — 9th May 2007.
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]
ewomack posted this at 17:46 — 9th May 2007.
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
cbc58 posted this at 22:02 — 9th May 2007.
They have: 140 posts
Joined: Nov 2003
thank you.