• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Rss feeds
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Rss feeds
      • From: Ray Ackland <email@hidden>
  • Prev by Date: Re: Managing EOF caching
  • Next by Date: Spotlight
  • Previous by thread: horizontal inheritance and bi-directional relationships
  • Next by thread: Re: Rss feeds
  • Index(es):
    • Date
    • Thread