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.


#TechXchangePresenter
 View Only
  • 1.  How to display Data

    Posted Tue February 11, 2003 07:56 PM

    If I have data in xml file as an attribute what syntax should I use, in XQuery language, in order to display the same data as an element?

    For example: My data in xml

    After I write a query I want data to be displayed as
    getC101


    Please help me!!!
    Thank you, Dalius.


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: How to display Data

    Posted Wed February 12, 2003 05:52 AM

    Hello Dalius,

    how does this look?
      for $op in input()/operation
      return
      
        {string($op/@name)}
      

    Greetings,
    Trevor.


    #API-Management
    #Tamino
    #webMethods


  • 3.  RE: How to display Data

    Posted Sat February 15, 2003 09:40 PM

    Thank you Trevor for you answer, it is just what I need. I?m getting the data displayed the way I want. Appreciate!!!

    Dalius. :wink:


    #API-Management
    #Tamino
    #webMethods