RE: generating DDL from repository.xml

2003-08-14 Thread Durham David Contr 805 CSS/SCBE
> I use the following xsl to convert the repository file to > torque-style schema. I'm going to take a look at this. I attempted to write one, but it was a disaster. (my first XSL) Thanks, Dave - To unsubscribe, e-mail: [

RE: generating DDL from repository.xml

2003-08-12 Thread John M
I use the following xsl to convert the repository file to torque-style schema. It handles indexes and foreign keys. For indexes you have to add an index attribute to the field descriptors. For this project every class has an cld for an interface and then a cld for the implementation with all t

Re: generating DDL from repository.xml

2003-08-05 Thread Eli Anderson
Dave, download the contrib.tgz file and take a look at the ojb module for xdoclet. I haven't tried it for generating the torque XML file but when I read the documentation it appears to have the functionality you want. On Mon, 2003-08-04 at 16:11, Durham David Contr 805 CSS/SCBE wrote: > I wou

Re: generating DDL from repository.xml

2003-08-05 Thread Thomas Mahler
There is new page on our site covering code generation questions: http://db.apache.org/ojb/howto-build-mappings.html You'll see several solutions to solve your problem on that page. cheers, Thomas Durham David Contr 805 CSS/SCBE wrote: I would like to generate the DDL from the class-definitions in