This has been donated by Patrick Carl (patrick.carl@coi.de) After updating my Torque-schema I had to update the documentation. For visualizing the ERD I use mogwai ERDesigner (http://mogwai.sourceforge.net/erdesigner/erdesigner.html) which uses an XML-based file format. To make my life easier I wrote a little XSL-stylesheet to transform my Torque-schema into the mogwai-format. It transforms entities (=tables), attributes (=columns) and relations (=foreign-keys). Only the location of the entities is missing so you have to arrange them by yourself. If somebody uses mogwai and Torque, this stylesheet may be helpful. Cheers, Patrick