PDA

View Full Version : How to conver xsd to Enterprise event definition


ramwms
07-16-2002, 12:03
I have xsd that has lot of fields and I need to define a document that will hold all the data in that xml file

There is dtd2event application that can convert dtd into EI event definition.

Is there a way to convert xsd into EI event definition.

Any help is appreciated.

james
07-16-2002, 12:17
Although this is NOT the optimal solution, in wM 4.1, we've used a tool - XMLSpy - to convert an XSD document to a DTD document and stored it externally in a file directory. We then defined a Configured Operation that used this DTD to either Generate or Parse - your choice...

Hope this helps somewhat...

ramwms
07-16-2002, 15:47
Thanks, it worked.