I'm looking into some things and have run into a problem that I can't get around. I searched here and read over the w3 specs, but found no insight (or i missed it)
- http://www.creatimation.net/extra/rss-forum/index.xml
On this page I am using an RSS feed, then a XSL transform, and finally a CSS file to change the look (I'll be adding JavaScriptfor the behaviour layer later on).
The issue I am running into is that I want formatting of the <description> element to carry over. I want multiple line breaks, or <br /> tags to be made into html so that line breaks render. Right now neither of those work.
I thought something like
might work, but I couldn't figure out how to loop it.Code:<description> <p>blah blah blah</p> <p>blah blah blah</p> <p>blah blah blah</p> </description>
Any ideas? Can HTML be recognized and rendered like that? Can the p elements be run through and their data be transformed back to p tags again?
Thanx!



)


Bookmarks