Exemplo 1 – XSL (Livros.xsl)
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 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>