Back To Index Page
Latest RSS Blog entry :
...(more)

Rounding Out The Multi-Media - The CDATA Command

  Bookmark This Webpage

The Controversial CDATA programming construct has caused somewhat of a love-hate relationship among RSS programmers. What is CDATA? Well to put it in very easy terms, it allows us to place within the description sub-element of Item, HTML commands and language. In other words it extends the description by allowing us to create links, references and the like within what is purely a text element created to describe the item. Remember that within the Item element, the sub-element of description will look like this.

<description>Here is where I describe the item in my RSS feed</description>

Let us say I want to extend this piece and I wanted to get a Bold command <B> </B> or italics <I> </I> command or something else within it. Or perhaps I would want to place a break in the lines <BR> dividing it up? Or maybe I want to get more sophisticated? Let me give you an example. Remember Randy Pandy and his Perfumery at randypandy.com? Well now not only does his wife Sandy want to describe the HeavenScent Skunk Perfume but she wants a picture of the bottle with the description. So, hold on, you say. Easy as pie. Use the enclosure command. Well right and not right. Sure you can put a picture of the perfume bottle in the enclosure command, but it will NOT appear WITH the description. It will appear alone and then the user will have to read the description. So while this is GREAT for audio and video a plain visual that I want next to a description kind of gets left alone if I just put in an enclosure. So we have the description, and for the sake of all I will repeat it here.

<description>Heaven Scent Perfume the Smell your lover will die for. Created especially by Skunk Perfumes it is their newest and best selling perfume on the market today. Purchase a beautifully shaped skunk bottle with this incredible perfume and get a whopping 50% off! And if you purchase over $100 we will throw in Free overnight delivery as well!</description>

Okay now Sandy wants a picture to go right into that description and when the user sees the text in their aggregator they will also get a visual. Thus the CDATA command. First lets look at it in action and then we will explain.

<description>[CDATA[<img border="0" src="http://www.randypandy.com/perfumes/heaven.JPG" width="138" height="180"/></a><p> Heaven Scent Perfume the Smell your lover will die for. Created especially by Skunk Perfumes it is their newest and best selling perfume on the market today. Purchase a beautifully shaped skunk bottle with this incredible perfume and get a whopping 50% off! And if you purchase over $100 we will throw in Free overnight delivery as well! </p><p>randypandy.com - All Perfumes You Can Ever desire</p> </p><br clear=all>]]</description>

Notice first what we did? First we set the tag description. Then within it immediately we tell the file "Hey get ready for some good old HTML", and thus we add the

[CDATA[

Next we want our picture of the perfume. So for those of you who know HTML this is simple. We give it the image information.

<img border="0" src="http://www.randypandy.com/perfumes/heaven.JPG" width="138" height="180"/></a> After that we continue with our description. Get in a few line breaks with either the <p> </p> or <BR> </BR> constructs. Then finally before the end we close it off with

]] tag.

You can get fairly sophisticated with CDATA. The thing is many programmers do NOT like it, as it allows too many rooms for mistakes, and it is a throwback to old HTML. The purity of the XML is kind of compromised here. But it serves a purpose and allows us to get a picture with the words, which is incredibly important. Many, many RSS feeds use it, and it is a very useful tool to get the "picture" across to the user. You can combine it as well with enclosure, to get an audio out, a description, and say a picture of the Album. In other words a full media experience of text + picture + audio. Well that is it. Our next article will put it all together and give you a look at the final well formed XML file which will act as our template for rss.xml. It will lay it all out for you with a couple of items, so you can grab it and use it for your RSS feed.

Copyright © 2005 Ted W. Gross. All rights reserved. Ted W. Gross owns Virgin Earth, a real estate brokerage firm in Jerusalem, Israel. Virgin Earth represents residential and commercial real estate all over Israel. The web site for Virgin Earth is: http://www.virginisrael.com . Virgin Earth also maintains an RSS Feed on its current properties which can be found on most pages in the web site of Virgin Earth. Virgin Earth also operates an Israel Tourism Portal. Virgin Earth - Israel Tourism & Information Portal on the same site. Ted Gross can be reached at: virginearth@gmail.com Ted Gross is also a published author and maintains a web site for his works. This can be found at: http://www.virginisrael.com/twg/iw.html

Site Navigation
What is RSS?
RSS Terminology
Creating an RSS Feed
A Feed's Template File
The Basic Elements in the "Channel" Element
How a Feed Works & Some Programming Constructs
RSS Channel Sub-Elements Specifically "Image"
The Elements Within the "Item" Element
Podcasting, VideoCasting & Enclosure Sub-Element
Rounding Out The Multi-Media - The CDATA Command
A Basic Template File to Create Your Very Own Feed
A Full Template File to Create Your Very Own RSS Feed
A Full RSS Feed Template For Podcasting & VideoCasting
How To Get Your RSS Feed Up On The Web
RSS BLOG
Select Sample Feeds:
  CBS News
  BBC News
  CNN Top Stories
  Sky News Business
  Eurosport RSS
  Entertainment Tonight
Site Map