在DRK4里有个解析RSS的JAVA类
rssParser = createObject("component", "com.macromedia.rssu.Parser");
channel = rssParser.parseUrl("http://www.macromedia.com/go/ccantrell_rss");
The title of this feed is #channel.getTitle()#
.
Here is the description: #channel.getDescription()#.
This feed's category is #channel.getCategory()#.
This feeds has #channel.getItems().size()# items in it.
Here are all the items...