For each link you define, Stylus Studio adds instructions to the template that matches the root node. In the XSLT you have composed so far, the XSLT inserts a Book
element for each book
element it finds in the source document. In the Book
element, the stylesheet selects the title
elements. For each title
element, it inserts a Title
element. Finally, in each Title
element, the stylesheet extracts the value of the current context node, which is the title
node.