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
  • 1.  tag empty

    Posted Wed March 20, 2002 10:39 AM

    Hi all,

    using the 2.3.1.4 version I was able to store document like:



    XSL Transformation : Introduction





    using the 3.1.1.1 version the same document is not accepted.
    The problem stays in ChapterNumber

    The node is so mapped :
    Infofield - Standard - Float

    Is there a way to store the same document ?

    P.S. Tamino 3.1.1.1 with TSD2


    thanks in advance

    regards
    Cristian


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: tag empty

    Posted Wed March 20, 2002 04:53 PM

    Hello Cristian,
    in XML schema conform validation of TSD3 no empty strings are allowed for datatypes like xs:float and other numeric datatypes.
    You can use the datatype xs:string;
    Or you make the element optional and leave it out for empty content.

    Best regards
    Walter


    quote:
    Originally posted by Cristian Silipigni:
    Hi all,

    using the 2.3.1.4 version I was able to store document like:



    XSL Transformation : Introduction





    using the 3.1.1.1 version the same document is not accepted.
    The problem stays in ChapterNumber

    The node is so mapped :
    Infofield - Standard - Float

    Is there a way to store the same document ?

    P.S. Tamino 3.1.1.1 with TSD2


    thanks in advance

    regards
    Cristian



    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: tag empty

    Posted Fri March 22, 2002 08:30 AM

    You may model the float value as optional with a default


    #Tamino
    #API-Management
    #webMethods