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.  XQuery all childNodes

    Posted 07/31/03 05:08 PM

    I have a xml document like





    <etc.>



    Is there a way to start a query at and iterate through all child tags without specifing them in order to get a result?

    THX

    Tobias


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: XQuery all childNodes

    Posted 07/31/03 05:24 PM

    Sorry,

    I solved the problem. A little bit stupid the posting.

    Sorry

    Tobi


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: XQuery all childNodes

    Posted 08/04/03 12:52 PM

    We all post questions sometimes and then immediately find the answer. But 17 people have viewed your posting, and some of them may be looking for the answer. So rather than just saying the problem is solved, it’s helpful to say what the solution was. (I imagine you used child::* or something similar?)

    Michael Kay


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: XQuery all childNodes

    Posted 08/04/03 01:49 PM

    Sorry,

    forgot it.

    The solution via X-Query:

    DOCUMENT[.~=‘querystring’]


    #API-Management
    #Tamino
    #webMethods