creating a document type from a DTD/schema.

Hi,

Any method to create a document type from a DTD/schema ?

Thank you

Use the XML adapter & Enterprise Integrator:

  • Create a Configured Operation (CO) to Parse an XML document and import your DTD or Schema
  • Create your document type
  • Create an Integration Component (IC)
  • In the IC:
    . Invoke the Parse XML CO
    . Create an output step for your document type
    . Map the CO output to the output step, which will create the fields for you

Also, be sure and use the latest version of the XML adapter (4.2), which has a number of bug fixes.

I hope that is helpful,

Rusty