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

X-Query intersect operator

  • 1.  X-Query intersect operator

    Posted Sat July 28, 2001 07:20 PM

    Dear All,
    Have anybody used intersect operator before? I have used it but it did not returned any object although there should be.

    //price[//@year=2000] intersect //price[//@year=1999]

    When I executed those two queries separately I got answer sets which have common elements.

    Can anybody help me?

    Thanks,
    Mustafa.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: X-Query intersect operator

    Posted Tue July 31, 2001 12:00 PM

    I’ve tried the same with the cruise schema with Tamino 2.3 and it returns nothing either. Looks like a problem worth raising.


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


    Separately these return document sets and I can see common ino ids in them, but put together as above nothing is returned.


    #Tamino
    #webMethods
    #API-Management