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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  bug? very simple query

    Posted 11/07/03 08:45 AM

    my xml file is:

    <?xml version="1.0" encoding="ISO-8859-1"?>









    ----------------------------------------
    my query is:
    let $s := document(“data/me_is1.xml”)/project/supplier
    return

    {$s/part}

    ------------------------------------
    the result is:



    ---------------------------

    why only returned. i hope all the “part” should be returned.

    anyone can help? thank you


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: bug? very simple query

    Posted 11/07/03 10:07 AM

    Yep, this is a bug, all parts should be returned. Please try with for instead of let.

    Regards,
    Juliane.


    #Tamino
    #API-Management
    #webMethods