Can I keep metadata for each item of RSS feed ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ajay.sonawane@gmail.com

    Can I keep metadata for each item of RSS feed ?

    Want to ask one thing about RSS ( Really Simple Syndication )
    I went through RSS specifications. Read all fields of item and channel.
    But didn't find any field that could help me to store some of metadata
    about each item. For Example.

    <item>
    <title> Titanic </title>
    <description> Great Movie...A true love story </description>
    <link>http://titanic.com</link>
    *** <MetadataFiel d> Movie </MetadataField> ****
    <item>


    Is ther any field like <metadatafiel d> that could possibly allow me to
    keep some metedata about each item ?

  • David Dorward

    #2
    Re: Can I keep metadata for each item of RSS feed ?

    ajay.sonawane@g mail.com wrote:
    [color=blue]
    > Want to ask one thing about RSS ( Really Simple Syndication )
    > I went through RSS specifications. Read all fields of item and channel.
    > But didn't find any field that could help me to store some of metadata
    > about each item[/color]

    Use something from a different namespace. Dublin Core is probably a good
    choice. http://del.icio.us/rss/ is an example of that.

    http://dublincore.org/ has the specs.

    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    • ajay.sonawane@gmail.com

      #3
      Re: Can I keep metadata for each item of RSS feed ?

      Went through the link you gave me, Seems to be top of my head.Will you
      please elaborate on how can I add my own namespace?

      Comment

      Working...