Page 1 of 1

RSS Append

Posted: 09 Jul 2012, 01:05
by PXLstar
Hi Guys,

Is there any way to append other items on the RSS node ?

obviously it's using <title> <description> etc .... but what if the RSS feed has <date> <colour> <date:time> or some other custom types.

I was searching for an append+ button in the properties,like some of the other nodes

Cheers

Colin

Re: RSS Append

Posted: 09 Jul 2012, 09:30
by Daniel Willer
There is no way to extend the properties of the RSS node but you can copy the URL of the Rss-Feed to the File porperty of a XML-file node and then parse the Feed manual with XPath-Expressions.

Cheers!

Re: RSS Append

Posted: 09 Jul 2012, 11:33
by PXLstar
Thankyou , I will give it a try :)