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
Expand all | Collapse all

distinct-nodes and distinct-values do not work

  • 1.  distinct-nodes and distinct-values do not work

    Posted Tue November 18, 2003 11:21 AM

    I have tamino 4.1.4.1

    I see posts here talking about distinct-nodes and distinct-values functions.

    But when I try to use them, I get a ‘Unknown Function’ error.

    How do I use these functions?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: distinct-nodes and distinct-values do not work

    Posted Tue December 23, 2003 10:40 AM

    Hi Simon,

    Tamino will support distinct-values() in its next version.
    distinct-nodes() has been droppped from XQuery and thus
    Tamino will not support it. Instead make a list of nodes
    $ln unique by making it a path expression as, for instance
    $ln/. which will also sort it in document order.

    Regards,
    Juliane.


    #API-Management
    #webMethods
    #Tamino