I'm not sure, but this way it works for me ;-)
martin
Index: ./xdocs/vtl-reference-guide.xml
===================================================================
RCS file: /home/cvspublic/jakarta-velocity/xdocs/vtl-reference-guide.xml,v
retrieving revision 1.26
diff -u -r1.26 vtl-reference-guide.xml
--- ./xdocs/vtl-reference-guide.xml 2001/03/27 00:39:24 1.26
+++ ./xdocs/vtl-reference-guide.xml 2001/04/23 21:22:59
@@ -225,7 +225,7 @@
<source><![CDATA[
<table>
#foreach( $customer in $customerList )
- <tr><td>$velocityCounter</td><td>$customer.Name</td></tr>
+ <tr><td>$velocityCount</td><td>$customer.Name</td></tr>
#end
</table>
]]></source>
The command completed successfully.