stufow - 2006-08-20 03:28:27

What is the syntax in XSL to test :

If there is only one item in the XML.

Following sytax is not working.

<xsl:when test="count(SUB_MENU[@active='True']) = 0">

Thanks.