When I try <xsl:value-of select="count('/GROUPS/GROUP')"/> on JSTL
<x:transform> tag, I got the following error message.
org.apache.jasper.JasperException: Can not convert #STRING to a NodeList!
but, if I try that on Sonic XIS XSL transform API It works fine.
What's the problem?
Java(apache JSTL) does not support XPath functions?