↧
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 Articleselect 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