This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let $books := | |
<books> | |
<book class="fiction">Book of Strange New Things</book> | |
<book class="nonfiction">Programming Scala</book> | |
<book class="fiction">Absurdistan</book> | |
<book class="nonfiction">Art of R Programming</book> | |
<book class="fiction">I, Robot</book> | |
</books> | |
for $book in $books/book | |
let $title := $book/text()||" " |