|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] [newbie] Conditional Include
Good morning you'all,
I am trying to do conditional include, like this :
<xsl:choose>
<xsl:when test="$country='GUFRA'">
<xsl:include href="GUFRA.xsl"/>
</xsl:when>
<xsl:otherwise>
<!--Define here what to do if no country specified.-->
</xsl:otherwise>
</xsl:choose>
But this won't work because 'choose' are not allowed outside a template.
Any ideas on how to do that?
Jean
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








