Hi!
Little hint.
There is also great plugin to eclipse, which generates DTD's (and i think that schema also) from XML file.
www.xmlbuddy.com
Artsi
On Thu, 17 Jun 2004 00:18:38 -0700, David Jencks <[EMAIL PROTECTED]> wrote:
On Wednesday, June 16, 2004, at 11:39 PM, Kristian K�hler wrote:
Hi David
Noah Campbell wrote:
Curious how you did the dtd to schema conversion? A quick google search led me to a perl dtd2schema command line util.
If this tool doesn't fit your needs I would try to convert the dtd files into schema files with XMLSpy.
That would be wonderful.Someone converted the jca 1.0 dtd for me using xmlspy. There is some setting that makes all the elements be top level schema types, which results in something very similar to the j2ee 1.4 schemas. Since my goal is to manually compare different schema versions, having the output as close as possible to the 1.4 schemas would be ideal.
Do you have an example how the schema files should look like (using complex-types, etc)? Or is your code checked in?
The 1.2 and 1.3 dtds for ejbs and web-apps are checked into the schema directory now. The conversion for the connector 1.0 is in specs/schema/src/j2ee_1_3schema/ if you would like to compare.
many thanks!!
david jencks
Kristian
