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
no subject
I've managed to run across a reference to CDATA, which appears in the source code of the feed produces by Wordpress, which tells me that it means it's character data only and doesn't parse the tags. After lunch, that's going to be my next angle of attack on this problem - to research CDATA and figure out what-all's up with it and see if I can change it.
no subject
are you reading RSS and trying to parse it, or produce RSS feeds?
no subject