aaaarrgghhh!
Still working on that RSS parser. My current problem is although the feed contains HTML tags like links and code for italics, the parser I've got only barfs up the text, minus formatting and links. And I can't find anything online talking about this, or how to combat it. It ought to be possible to do it! Aaaarggh!
(I think it's the
(I think it's the
strDesc = objItem.selectSingleNode("description").Textline that's stripping the formatting tags, but so far I've failed to find anything online about that. It doesn't help that I'm currently sleep-deprived.)
no subject
are you reading RSS and trying to parse it, or produce RSS feeds?
no subject