File: Data.xml book 1 book 2 book 3File: Query.xquery{ for $b in doc("Data.xml")/Books/Book return {$b/text()} }Output: book 1 book 2 book 3