format <description> to to match HTML format in RSS

Discussion in 'XML & RSS' started by payneb, Feb 1, 2008.

  1. #1
    Hello,

    I am trying to format the text inside <description> for my RSS feed (instead of just having one big block of text) that way it matches the HTML format.

    I've tried the following in my XSLT stylesheet in the description tag:
    <description>
    <![CDATA[{summary}{body}]]>  <!-- thought this would work -->
    </description>
    Code (markup):
    and

    
    <description> <!-- full story is the block of text in the XML file -->
    <xsl:copy-of select="system-data-structure/full-story/node()"/> </description>
    
    Code (markup):
    To see what it currently looks like:
    http://www.svcc.edu/rss-news.rss

    Does anyone have any ideas???

    Thanks a million
     
    payneb, Feb 1, 2008 IP