[
Lists Home |
Date Index |
Thread Index
]
Do you want to get a DTD given a relational schema? I can point to a tool
(my own.. :)) which works with any RDB with JDBC, queries the RDB for the
schema, and converts this schema into a default schema for XML, which is
"good".. I say default because there can be multiple XML schemas for a
relational schema, and we have our criterion for choosing this default..
And I say it is good because it uses some "goodness metrics" and it
maintains all key, foreign key constraints specified in RDB..
I will definitely say you should check it out, because it is very light
weight, and I believe it will mostly satisfy your requirements..
let me know and I can point you to this.
best regards,
murali.
On 8 Sep 2003, Bjoern Schmidt wrote:
> Hi,
>
> I am working on an application that shows database structur in xml.
> Does anyone know if someone is working on a dtd standard for sql
> database structurs.
>
> Thanks
> Bjoern
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>
|