<?xml
version="1.0"?>
<xsl:template match="/">
<html>
<body>
<center>
<h1> Lista de Livros </h1>
<table width="640" border="2">
<tr>
<th
colspan="4" align="center">Livros</th>
</tr>
<tr>
<B>
<th>Titulo</th>
<th>Autor</th>
<th>Genero</th>
<th>Preco</th>
</B>
</tr>