[Home] [By Thread] [By Date] [Recent Entries]
Easy.
This should solve your problem: <xsl:template match="bookstore"> <xsl:apply-templates select="book[(@author='Kay') or (@author='Tennyson')]" /> <xsl:call-template name="diy" /> <xsl:choose> <xsl:when test="($basics >= 'understood')"> <xsl:message terminate = "yes">Feel free to ask</xsl:message> </xsl:when> </xsl:choose> </xsl:template> <xsl:template match="book">
<xsl:call-template name="read">
<xsl:with-param name="effort">basics</xsl:with-param>
</xsl:call-template>
</xsl:template>manoj kumar wrote: Hi everyone,
|

Cart



