webMethods

webMethods

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.  How do I create a complex xquery statement?

    Posted Thu October 31, 2002 11:35 AM

    I am trying to create a complex query. For example: This is what I have tried with no success

    /Document[ScientificData/CABTitle=‘test’] and /Document[DocID=‘1’]

    The queries work find seperately, but when I put them together I get no results.

    Thank you for your help,

    Andy


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: How do I create a complex xquery statement?

    Posted Thu October 31, 2002 12:09 PM

    The correct syntax would be:

    /Document[ScientificData/CABTitle=‘test’ and DocID=‘1’]

    Hope this helps,
    Stuart


    #webMethods
    #webMethods-Tamino-XML-Server-APIs
    #API-Management


  • 3.  RE: How do I create a complex xquery statement?

    Posted Fri November 01, 2002 01:22 AM