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.
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
for $i in input()/book return {string($i/@isbn)}{$i/title}