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

How can I convert a Tamino Schema to a DTD file ?

  • 1.  How can I convert a Tamino Schema to a DTD file ?

    Posted Fri November 02, 2001 08:45 AM

    I can not save my Schema as a DTD file using Tamino Schema Editor.
    Do anybody know a tool to get the DTD of a Tamino Schema ?


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: How can I convert a Tamino Schema to a DTD file ?

    Posted Sat November 03, 2001 05:24 PM

    A product called “Turbo XML” which come from http://www.extensibility.com can handle Tamino schema. “Turbo XML” is a schema editor that allows you to perform interchange between different schema standard. For examples, DTD → XSD; Tamino schema → DTD etc.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: How can I convert a Tamino Schema to a DTD file ?

    Posted Mon November 05, 2001 11:54 AM

    Hello Mehmet,
    some caveats apply here:
    Note that the Tamino 2.x schema format as stored in Tamino is not directly recognized by Turbo XML. The new schema format introduced with Tamino 3.1, however, is a strict XML Schema subset, and therefore covered by most third-party tools.
    Also, when converting from any schema format into DTDs (whichever tool you use) will probably result in information loss, as schema dialects are more expressive than DTDs.
    Finally, depending on what you need the DTD for, a perfectly viable way to obtain it may be to generate it from one or more sufficiently typical instance documents. Tools like Turbo XML support this approach.


    #Tamino
    #webMethods
    #API-Management