<div>
<xsl:for-each select='books/book'>
• '''<b><xsl:apply-templates select='title'/>'''</b>: <xsl:value-of select='author'/><br/>
</xsl:for-each>
</div>
<body>
<div>
• '''<b>XSLT Programmer´s Reference'''</b>: Michael H. Kay<br> • '''<b>XSLT'''</b>: Doug Tidwell<br>
</div>
</body>