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.  INTERSECT in Xquery

    Posted Mon August 20, 2001 10:56 AM

    Could someone explain what INTERSECT should do in a query.

    I have two queries…

    cruise//price[//@yachtid=‘153’]
    and
    cruise//price[//@file=‘route.gif’]

    both return a set of documents, and I can see that there are common documents in each result, but when I use cruise//price[//@yachtid=‘153’] intersect //price[//@file=‘route.gif’]

    I get no results. My expectation was that I would get the common documents from the two queries (what is commonly known as the ‘intersect’).


    #webMethods
    #API-Management
    #Tamino