Tengo una lista de de libros
<DOCUMENTO>
<LIBRO ID="0001">
<TITULO>El Hobbit</TITULO>
<AUTOR>J.R.R. Tolkien</AUTOR>
<EDITORIAL>Anaya</EDITORIAL>
<WEB URL="http://www.elhobbit.com">elhobbit.com</WEB>
</LIBRO>
<LIBRO ID="0002">
<TITULO>La Fundacion</TITULO>
<AUTOR>Isaac Asimov</AUTOR>
<EDITORIAL>RBA</EDITORIAL>
<WEB URL="http://www.thefoundation.com">thefoundation.com</WEB>
</LIBRO>
</DOCUMENTO>
mi inkietud es hacer el html de tal manera que al listar me de la informacion de los datos de acuerto al ID seleccionado.
es decir algo como:
<a>
<xsl:attribute name="href">
[ID DEL LIBRO]:<xsl:value-of select=["ID DEL LIBRO"/]>
</xsl:attribute>
<xsl:value-of select=["ID DEL LIBRO"/]></a></td>
Y al linkear al [ID del libro] el HTML me proyecte solo los datos solicitados de acuerdo a la lista
Alguien me ayuda?