Hi,
When you call a rss feed with NewsParserX, you display the feed like this :
<div class="rssChannel"><a class="rssChannelLink" href="#">Channel Title</a></div>
<div class="rssItem"><span class="rssItemTitle"><a class="rssItemLink" href="#">entry 1</a></span></div>
<div class="rssItem"><span class="rssItemTitle"><a class="rssItemLink" href="#">entry 2</a></span></div>
<div class="rssItem"><span class="rssItemTitle"><a class="rssItemLink" href="#">entry 3</a></span></div>
I just want to know how to not display the first line wich display the rss channel.
And does it possible to display this feed in <ul> <li> tags instead of <div> <span>?
Thanks
TylerD - In MODx we trust
[Derni