Quickie info :

Simple toy to show one way to exploit Velocity's introspection
approach to make easy XML document access.

To build this XMLEasyBean, you need JAXP (or Xerces, prollie) in the classpath, both
jaxp.jar and crimson.jar

To build the test program XMLEasyBeanTest, you also need Velocity and
of course the two classfiles generated from compiling XMLEasyBean.

The main() expects two args, the .vm and the .xml 

So if everything sitting in local directory (I have CLASSPATH so I don't 
usually use it - use ant...) run :

[localhost:whiteboard/geir/xmleb] gmj% java -classpath .:jaxp.jar:crimson.jar:velocity-1.3-dev.jar XMLEasyBeanTest xmleasybean.vm file:///`pwd`/xmleasybean.xml


