Doing some work on my z3 class generator
Some time ago I tried to learn a bit of XSL and as I also started doing Zope 3 via Philipp’s Book I started a project in which I tried to create the class, interfaces and zcml files automatically.
So I started out with some input XML file like this:
<z3definitions>
<type name=”Person” description=”a […]
