|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XSL Queries
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,
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








