Forum Moderators: open

Message Too Old, No Replies

Create an output that displays items based on a part of a string

         

forzatio

6:04 pm on Mar 5, 2007 (gmt 0)

10+ Year Member



Hi there I want to create an output that displays items based on a part of a string.

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.