[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Thoughts, questions, and issues.
- To: syndication@egroups.com
- Subject: Re: Thoughts, questions, and issues.
- From: Mark Alexander <malexander@acm.org>
- Date: Wed, 16 Aug 2000 18:13:27 -0400
- In-reply-to: <966459526.7740@egroups.com>
- References: <966459526.7740@egroups.com>
Having looked at both versions of RSS, I am confused. We are losing the hierarchy of data elements within the RSS structure and instead creating this Hierarchy with the <inchannel> tag. To me the Hierarchy is one of the strengths of XML and flattening out this Hierarchy becomes very problematic if the if the Hierarchy is more than 1 level deep.
In RSS1
<channel rdf:about="http://writetheweb.com">
...
</channel>
<image rdf:about="http://writetheweb.com/images/mynetscape88.gif">
<inchannel rdf:resource="http://writetheweb.com" />
...
</image>
<item rdf:about="http://writetheweb.com/read.php?item=24" position="1">
<inchannel rdf:resource="http://writetheweb.com" />
...
</item>
In RSS.091
<channel>
...
<image>
...
</image>
<item>
...
</item>
</channel>
Mark
--
!
Mark Alexander !
----------------------------------------------------------------------+
Email: malexander@acm.org