Hi Thomas Thank you for the dtd links. It help me a lot.
index tag and unique tag exists in both dtd but I found no index element nor unique element created when I have generated XML from our database using DatabaseIO().write In fact I just add this in our eclipse db plugin. It generate XML from database and create database from XML using ddlutils. (it create also mapping and objects for Ojb). I hope that we will publish this new release soon. So any help welcome. Andre --- Thomas Dudziak <[EMAIL PROTECTED]> wrote: > On 9/26/05, Hale India <[EMAIL PROTECTED]> wrote: > > > I am using Ojb from some time and would like to > find > > out Turbine XML format definition. > > > > I have been looking at Turbine site, torque site > etc. > > You can find the DTDs here: > > http://db.apache.org/torque/dtd/ > > the DTD currently used by DdlUtils would be the 3.1 > version: > > http://db.apache.org/torque/dtd/database_3_1.dtd > > (not that there are much differences to the 3.2 > version) > > > I am trying to get it because I would like to > create > > our database using ddlutils and I would like to > find > > if it is possible to use COMMENT and or REMARK in > > database. > > Interesting, I didn't know this is possible. How > about you create a > feature request for DdlUtils and I add (for > databases that support > this) the corresponding COMMENT statements ? > > > When I create XML from our database, by now > Comment on > > our columns are lost and Index also. (Not primary > Keys > > nor Foreign Keys but Index). > > The comments are retained where the DTD allows to > (description > attributes). But you're right, for foreign keys and > indices there is > no description attribute. You could ask the Torque > guys for whether > they could add this attribute. > > Tom > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
