Quantcast
Channel: select two items from rss in xslt - Stack Overflow
Browsing index pages (2 articles)
↧

select two items from rss in xslt

how can i select two items from xml rss file following code getting one item at a time i want to get two items at a time what should i put in select to select the second item <?xml version="1.0"...

View Article


Answer by Dimitre Novatchev for select two items from rss in xslt

Replace this code:<xsl:template match="/rss/channel"> <div class="RSS_Gadget"> <div class="RSS_Content"> <ul id="widget"> <xsl:apply-templates select="item" /> <!--...

View Article

Browsing index pages (2 articles)


Latest Images