cek,
Ok, I've taken a look, and grabbed the file. I put it up on my site to test it out. Part of the issue can only be resolved by either creating a custom xsl transformation, or modifying the file's content, or creating another file with the data you really want to display.
I've got several examples of xsl files on my site available for download, as well as links to other resources you can research on the topic of xml, xsl, and rss. Taking out the HTML is not that difficult just a matter of specifying a flag to turn off output escaping, but if you want a kind of RSS file that contains this kind of structure:
<item>
<title>My Blog Info is Available</title>
<description>I'm releasing my blog entries for public view, please feel free to click on the title and view the whole entry</description>
<pubDate>03-Mar-2004 14:24:03</pubDate>
</item>
You would have to do some coding to get there, as the entries themselves in the file contain a lot of text in the description, including HTML. So, summarizing is not easily done with the format being generated. I accomplish this kind of thing by editing a file and linking to that instead. It's not clean, but it is a cheap way to go until you can get a handle on one of the utilities that generate rss in the fashion you want, or make changes to the code that generates this file, or find a suitable way to transform the info. XSL is a pretty good tool to use, and very handy, and might provide you with enough leverage to do it.
Cheers,
iwonder
iwonder
Mission, KS - USA