Alex McLintock wrote:
> <xsl:value-of select="count(//author[fullname==$thisauthor])"/>
Try
<xsl:value-of select="count(//author[fullname=$thisauthor])"/>
^^^^
Remember, XSLT is neither Java nor C. :-)
J.Pietschmann
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>