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.  Return Attribute as Element

    Posted 03/29/05 01:25 PM

    Hi,
    how can I return an Attribut as an element?
    The document looks like that:
    book

    if hab a query like

    for $i in input()/book
    return {$i/@isbn ???}{$i/title}

    Thanks

    tovo


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: Return Attribute as Element

    Posted 03/30/05 04:06 PM

    for $i in input()/book
    return {string($i/@isbn)}{$i/title}


    #Tamino
    #webMethods
    #API-Management