IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Method for converting a DTD to Tamino Schema

  • 1.  Method for converting a DTD to Tamino Schema

    Posted Thu July 05, 2001 06:21 PM

    Is there a Java method/class available, which can be used to convert a DTD to a Tamino Schema?

    I dont want to use an offline tool.
    I need to use the same functionality as the schema editor does to load a DTD as a Tamino Schema.


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: Method for converting a DTD to Tamino Schema

    Posted Wed September 05, 2001 03:23 PM

    Hi,

    you’re right, we need such a class, but keep in mind: When you’re just converting the DTD to a Tamino Schema with a program, you have no control of the exact mapping of DTD-structures to Tamino-structures and - more important - to Tamino goodies like datatypes and indexes.

    Best regards,

    Andreas


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Method for converting a DTD to Tamino Schema

    Posted Thu January 17, 2002 12:04 PM

    Hi,

    if you want to convert the DTD to TSD3, you may use the command-line dtd converter.

    This converter is implemented in java and if you look into the cmd file you will find the name of the main class. Just use this main class and pass the command-line arguments to this class.

    Kind regards,
    Harald


    #Tamino
    #API-Management
    #webMethods