Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - Re: [xsl] "Return" from a function? [Thread Next] Re: [xsl] "Return" from a function?To: Date: 6/1/2006 9:33:00 AM On 6/1/06, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:
I think, you can write
<xsl:template match="/subscriptions/item">
<xsl:choose>
<xsl:when test="renewaldate">
<p>Your renewal date for <xsl:value-of select="subscriptionname" /> is:
<xsl:value-of select="renewaldate" />.</p>
</xsl:when>
<xsl:otherwise>
<p>Sorry, there has been an error...</p>
</xsl:otherwise>
</xsl:template>
Sorry, I missed this, please add </xsl:choose> after </xsl:otherwise>
Regards,
Mukul | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
