Hello,
   While deploying the my-project.war to Tomcat via eclipse WTP I get the
following error once the servlet runs. (my-project.war that is used is the
default .war generated after 
Step 1) forrest seed
Step 2) forrest war
=======================
Internal Server Error
Message: null

Description: No details available.

Sender: org.apache.cocoon.servlet.CocoonServlet

Source: Cocoon Servlet

Request URI

index.html

cause

Cannot find a matching 2-argument function named
{http://xml.apache.org/xslt/java}format()

request-uri

/my-project/index.html

Apache Cocoon 2.2.0-dev
========================


Searching the web, the best I could make out was that "while calling the
format() function for xslt ... it couldn't find it...."

What is missing for the cocoon servlet, that this is not getting
recongnized?

Bhatia