Return Attribute as Element

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}