Clarity Template Language ========================= Clarity is an experimental templating language that is a TAL-like expression of ClearSilver. It is intended to make ClearSilver more appetizing for people used to Zope Page Templates. Clarity works as a preprocessor frontend to ClearSilver. Clarity templates (.cla files) go in, and the equivalent ClearSilver template comes out. The frontend has been implemented as an XSLT stylesheet. If you have libxslt installed, you can run the example by typing:: xsltproc clarity.xsl example.cla You'll see the resulting ClearSilver output after translating the clarity template in 'example.cla'. Right now, the Clarity frontend only translates to a very limited subset of ClearSilver, and is only a proof of concept.