Quote:
Originally Posted by soletrader
Feed Name : CNBC News
Feed Location/URL : http://articles.moneycentral.msn.com...latestrss.aspx
Parent RSS Tag Name: channel
Items RSS Tag Name : item
Thread Title RSS Tag Name: title
Thread Post RSS Construct:
HTML Code:
[b]Published:[/b] {XML[pubDate]}
{XML[description]} [url={XML[guid]}]Read More...[/url]
I am trying to post this in my vb forum. Thanks Cebby
|
In looking at the actual feed, you can see that only one line is being "fed". As far as the Array problem, there's something wrong with the way the HTML is constructed (guessing)
Here's mine - and it works - maybe try this format?
HTML Code:
{XML[description]}
[url={XML[link]}]Read more...[/url]
The prob is the [guid] - I think.