Visio DB diagram to XML database?

J

JS

I have a database diagram that normally I would "generate" under the
"database" menu. However, this time the database will be stored as a flat
file in .XML format, based on the database diagram. Is there a way to
generate this in automatically with visio?

For example if I have table "category" in visio with one PK field of
"ID_Cat" it would make an xml like:

<table name="category">
<ID_cat type="primarykey">
</ID_cat>
</table>

....or at least something along those lines, not necessarily exactly like
that .xml.

Any help would be appreciated.


TIA,

-John
 
S

Scot Becker

Hi John,

On my website there is a free utility that will export the model meta-data
as XML and from there you can write a little XSLT if you don't like the
schema I used. Also, there is some included sample XSLT that will convert
the output to XML schema.

Scot.
................................................
Scot Becker

Orthogonal Software
www.orthogonalsoftware.com

ORM Blog/Portal: www.objectrolemodeling.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top