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

XQuery data returned and parser XML

  • 1.  XQuery data returned and parser XML

    Posted Thu November 06, 2003 02:05 PM

    hello

    I Have to parse data returned by a XQuery request and I wonder if I can parse them with any XML parser or if it uses a specific structure that needs a tamino library…


    thanks
    lionel


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


  • 2.  RE: XQuery data returned and parser XML

    Posted Fri November 07, 2003 11:18 AM

    If the data returned from the XQuery is valid XML, you can parse it with any Parser you like.

    However, you must be aware that the data returned from an XQuery does not need to be valid XML. This depends on your XQuery. It might as well be just a string or a number or a sequence of XML fragments, strings, numbers etc.


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