Zlang example
<?xml version="1.0"?> <zlang> <class name="org.sourceforge.zlang.Test"> <method name="writeHello"> <method-body> System.out.println("Hello, world"); </method-body> </method> </class> </zlang>