xml out tag displays incorrect results

Hi, I am reading a RSS feed using JSTL and i am using <x:out select="description" /> tag to read the value associated with "description". The returned value is html image tag. Instead of processing the image tag, IE does shows the image html tag itself like below

<img src=http://xxx.com/index.aspx?isbn=9780268033729%3b0268033722+(pbk.+%3a+alk.+paper)%3b02680/SC.GIF>

<b><i>Title:</b></i> Character psychology and character education / edited by

<b><i>Imprint:</b></i> Notre Dame, Ind. : University of Notre Dame Press, c2005.

<b><i>ISBN:</b></i> (pbk. : alk. paper);02680

How should i get rid of this?

[726 byte] By [seymania] at [2007-11-27 6:06:23]
# 1
What is the HTML source of this code?I think it's probably being printed out as > and < which causes the browser to not interpret it as a tag but as the greater than and lesser than symbols.
nogoodatcodinga at 2007-7-12 16:21:54 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...