|
The expression above will select all the title elements
under the book elements that are under the bookstore element,
and return the title elements in the alphabetical order.
Now we
want to list all the book-titles in our bookstore element in an HTML
list.So we add <ul> and <li> tags to the FLWOR expression:
|