[Home] [By Thread] [By Date] [Recent Entries]
Kafai Publishing wrote:
<xsl:for-each select="strofen/regel"> It looks to me as if you could simply replace the xsl:for-each with <xsl:if test="strofen/regel[contains(translate(., 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 'abcdefghijklmnopqrstuvwxyz'), $querylow)]"> <xsl:value-of select="titel"/> <br/> </xsl:if> That checks if there is a regel child element of the strofen element that contains the $querylow value and then outputs the titel value. -- Martin Honnen http://JavaScript.FAQTs.com/
|

Cart



