<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
          xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="/">
<html><body>
<table border>
<tr><td><xsl:value-of select="libri/libro/autore"/>
<td><xsl:value-of select="libri/libro/titolo"/>
</table>
</BODY>
</HTML>
</xsl:template>
</xsl:stylesheet>
