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
  • 1.  XPath - how to?

    Posted Tue May 22, 2001 04:34 PM

    Having documents like




    foo
    bar
    bar


    What’s the Tamino XQuery statement to retrieve all documents having a linkentry/@ref=“01” AND another linkentry/@ref=“03”?
    We did it with intersect, but I’m wondering if there isn’t a better way?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: XPath - how to?

    Posted Tue May 22, 2001 07:45 PM

    Try this:

    ie[(./links/linkentry/@ref=“01”)and(./links/linkentry/@ref=“03”)]


    #Tamino
    #API-Management
    #webMethods