Rss feeds
Rss feeds
- Subject: Rss feeds
- From: email@hidden
- Date: Thu, 19 Jan 2006 22:15:28 +0530 (IST)
- Importance: Normal
Hi All,
I am currently working on RSS feeds, have some prob
How to include/can we have custom tags in RSS
RSS must have three mandatory tags
1.<Title></Title>
2.<Link></Link>
3.<description></description>
It can have N number of Items tags
Each Item Tags in-turn can have some of the Standard Tags which can be
<rss version="2.0">
<channel>
<title>My First Take at RSS Feed</title>
<link>http://foobar.net</link>
<description>Will this work!!??</description>
<Item>
<Title></Title>
<Description></Description>
</Item>
</channel>
</rss>
So can we have our own tags (Custom Tags) Inside the Items Tags Say For
Example
<rss version="2.0">
<channel>
<title>My First Take at RSS Feed</title>
<link>http://foobar.net</link>
<description>Will this work!!??</description>
<Item>
<Title></Title>
<Description></Description>
<ProjectName></ProjectName>
<Milestones></Milestones>
</Item>
</channel>
</rss>
i will be generating the above content manually in a get method of a
variable binded to WOString in a Component , Can we achieve the above.
Thanks & Regards,
Sri
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden