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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Cardinality

    Posted 08/27/06 11:35 PM

    Hello

    How can I Test the Cardinality of Sequences with Tamino’s XQuery ??

    like this 3 functions supported by XPath 2.0 and XQuery 1.0

    fn:zero-or-one(item,item,…) Returns the argument if it contains zero or one items, otherwise it raises an error
    fn:one-or-more(item,item,…) Returns the argument if it contains one or more items, otherwise it raises an error
    fn:exactly-one(item,item,…) Returns the argument if it contains exactly one item, otherwise it raises an error.


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Cardinality

    Posted 08/28/06 10:27 AM

    These functions are not supported in Tamino. You can use the count function to achieve the same purpose


    #webMethods
    #Tamino
    #API-Management