Forum Moderators: open
example I have:
Great product blue
Great product red
Then I try to display those with the following xslt.
<xsl:for-each select="root/item/record/column[@name='title']">
<tr>
<td><xsl:value-of select="Great product."/></td>
</tr>
</xsl:for-each> It's not giving output though, I'm not sure how to display all the great product items from the example above.
excuse me I forgot to write the title for this topic.