You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Patrick Carl <pa...@coi.de> on 2004/09/07 15:05:22 UTC

XSL to transform torque-schema into mogwai-ERD

Hi there,

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 usesd
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, the attached stylesheet may be
helpful

Cheers, Patrick