geirm 01/04/10 05:14:49
Modified: examples README.txt
Log:
added note about xmlapp_example
Revision Changes Path
1.10 +5 -0 jakarta-velocity/examples/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-velocity/examples/README.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- README.txt 2001/04/08 20:10:38 1.9
+++ README.txt 2001/04/10 12:14:49 1.10
@@ -62,6 +62,11 @@
This is a toy program to show how any class can be used as a logging
facility with Velocity.
+xmlapp_example
+--------------
+This is simple example that demonstrates direct access of XML data via
+Velocity templates, as well as Velocimacro recursion.
+
Thanks for using Velocity!
- the Velocity team