<?xml version="1.0"?>

<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict">
	<body style="font-family:Arial,helvetica,sans-serif; font-size:12pt">
		<textarea>
			<xsl:attribute name="cols">91</xsl:attribute><xsl:attribute name="rows">30</xsl:attribute><xsl:attribute name="wrap">off</xsl:attribute>&quot;FirstName&quot;, &quot;Surname&quot;, &quot;Tiltle&quot;, &quot;Quantity&quot;, &quot;Price&quot;, &quot;Year Published&quot;
<xsl:for-each select="Library/Book">&quot;<xsl:value-of select="FirstName"/>&quot;, &quot;<xsl:value-of select="Surname"/>&quot;, &quot;<xsl:value-of select="Title"/>&quot;, &quot;<xsl:value-of select="Quantity"/>&quot;, &quot;<xsl:value-of select="Price"/>&quot;, &quot;<xsl:value-of select="Year_Published"/>&quot;
</xsl:for-each></textarea></body></html>
