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

query and namespace

  • 1.  query and namespace

    Posted Wed May 26, 2004 05:21 PM

    X-Application Version: 4.1.1
    Tamino Version : 4.1.1
    Platform : WinXP
    WebContainer : Tamocat 4.1.1
    JDK Version : 1.4.2_2

    I have the following query :
    for $x in input()/prefix0:Patient where ft:text-contains($x//prefix0:Nom,‘a*’) return $x
    It works in interactive interface but not in xapplication.
    I have put in xapplication.xml :


    I precise i have used the prefixe xs for xs:date(…) with success.

    I have also a problem with sort by (…,…)
    Only the first criteria is taken into account.


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: query and namespace

    Posted Thu May 27, 2004 01:16 PM

    use :

    [tf:containsText(…,…)]

    rather than where ft:text-contains(…,…)


    #API-Management
    #webMethods
    #Tamino