Que yo sepa, no tengo esa herramienta ¿cuál sería su utilidad en mi caso? ¿Abrir el dispositivo?
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: Randomize en 14 Junio 2013, 11:56 AM¿Qué tienen que ver la leche con los videojuegos?
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class = "caja">
<div class = "titulo">
Prediccion Meteorologica para los proximos 3 dias
</div>
<div class = "cuadro">
<div class = "texto">
<table>
<tr>
<td>Localidad: <xsl:value-of select="root/nombre"/></td>
</tr>
<tr>
<td>Provincia: <xsl:value-of select="root/provincia"/></td>
</tr>
</table>
</div>
</div>
<div class = "cuadro">
<div class = "texto">
<center><table>
<tr>
<td bgcolor ="#AAAAFF">Fecha:</td>
<td colspan = "4" bgcolor ="#AAAAFF"><xsl:value-of select="root/prediccion/dia[position()=1]/@fecha"/></td>
<td colspan = "4" bgcolor ="#AAAAFF"><xsl:value-of select="root/prediccion/dia[position()=2]/@fecha"/></td>
<td colspan = "2" bgcolor ="#AAAAFF"><xsl:value-of select="root/prediccion/dia[position()=3]/@fecha"/></td>
</tr>
<tr>
<td bgcolor ="#AAAAFF">Periodos:</td>
<td bgcolor ="#AAAAFF">00-06</td><td bgcolor ="#AAAAFF">06-12</td><td bgcolor ="#AAAAFF">12-18</td><td bgcolor ="#AAAAFF">18-24</td>
<td bgcolor ="#AAAAFF">00-06</td><td bgcolor ="#AAAAFF">06-12</td><td bgcolor ="#AAAAFF">12-18</td><td bgcolor ="#AAAAFF">18-24</td>
<td bgcolor ="#AAAAFF">00-12</td><td bgcolor ="#AAAAFF">12-24</td>
</tr>
<tr>
<td bgcolor ="#AAAAFF">Estado Cielo:</td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/estado_cielo[@periodo='00-06']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/estado_cielo[@periodo='06-12']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/estado_cielo[@periodo='12-18']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/estado_cielo[@periodo='18-24']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/estado_cielo[@periodo='00-06']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/estado_cielo[@periodo='06-12']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/estado_cielo[@periodo='12-18']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/estado_cielo[@periodo='18-24']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/estado_cielo[@periodo='00-12']/@descripcion"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/estado_cielo[@periodo='12-24']/@descripcion"/></td>
</tr>
<tr>
<td bgcolor ="#AAAAFF">Prob. Precipitaciones:</td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/prob_precipitacion[@periodo='00-06']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/prob_precipitacion[@periodo='06-12']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/prob_precipitacion[@periodo='12-18']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/prob_precipitacion[@periodo='18-24']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/prob_precipitacion[@periodo='00-06']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/prob_precipitacion[@periodo='06-12']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/prob_precipitacion[@periodo='12-18']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/prob_precipitacion[@periodo='18-24']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/prob_precipitacion[@periodo='00-12']"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/prob_precipitacion[@periodo='12-24']"/></td>
</tr>
<tr>
<td bgcolor ="#AAAAFF">Temp. Min/Max:</td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/temperatura/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/temperatura/maxima"/></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/temperatura/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/temperatura/maxima"/></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/temperatura/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/temperatura/maxima"/></td>
</tr>
<tr>
<td bgcolor ="#AAAAFF">Humedad Min/Max:</td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/humedad_relativa/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=1]/humedad_relativa/maxima"/></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/humedad_relativa/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=2]/humedad_relativa/maxima"/></td>
<td bgcolor ="#9999FF"></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/humedad_relativa/minima"/></td>
<td bgcolor ="#FFFFFF"><xsl:value-of select="root/prediccion/dia[position()=3]/humedad_relativa/maxima"/></td>
</tr>
</table></center>
</div>
<div class="cpr">
<center>Fuente: Agencia Estatal de Meteorología - AEMET. Gobierno de España</center>
</div>
</div>
</div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
body{ background-color:#9999FF;
font-family:"Microsoft Sans Serif";
font-size:16px;
float:none}
.caja{ background-color:#CCCCFF;
border-color:#FFFFFF;
border-style:double;
border-width: 10px;
float:none}
.cuadro{background-color:#3333FF;
border-style:simple;
border-width: 2px;
border-color: #6666FF;
float:none}
.titulo{background-color:#FFFFFF;
border-style:double;
border-width: 4px;
border-color: #FFFFFF;
text-align:center;
font-size:24px;
float:none}
.texto{ background-color:#CCCCFF;
border-width: 1px;
border-color:#FFFFFF;
text-align:left}
.cpr{ font-size:12px;
color:white}