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.


#TechXchangePresenter
 View Only
  • 1.  Recursive Schemas Question

    Posted Mon May 07, 2001 08:08 PM

    Hi. I’m struggling to understand how to use a recursive dtd with Tamino, e.g.
    ------------- example dtd -------------





    ----------- end example dtd -----------

    When I import this into the Tamino Schema Editor, it asks me how many levels of recursion I want. I pick 20, and it happily generates a schema. But if I try to define the schema (i.e., put it on the Tamino database), I get a message like
    “Invalid object type specificationElement name = bookmark”.

    I’ve tried several variations on this, but I always get the same error. Can someone point me in the right direction?

    thanks in advance!


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Recursive Schemas Question

    Posted Tue May 08, 2001 11:41 AM

    Hi!

    You made mistake in your DTD file, change line:


    (bookmark has a child name EMPTY) to


    (bookmark is empty)

    Enjoy tamino!


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: Recursive Schemas Question

    Posted Tue May 08, 2001 04:19 PM

    Aargh, thanks!

    I hope that in future versions they start giving better error messages…


    #API-Management
    #Tamino
    #webMethods