Gracelets - XHTML 2 Gracelet
This utility allows you to convert normal XHTML source files into Gracelets view scripts.

The following two examples show its use on the command line. The first one will convert only the file passed (will produce someView.groovy). The second will convert all the files (recursively) in the current directory that end in .xhtml.

C:\>java -cp gracelets-tools.jar gracelets.tools.xhtml2gracelet.Xhtml2Gracelet someView.xhtml


C:\>java -cp gracelets-tools.jar gracelets.tools.xhtml2gracelet.Xhtml2Gracelet .