Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/09/2005, 12:00
iuav
 
Fecha de Ingreso: abril-2004
Ubicación: Juli - Puno - Perú
Mensajes: 51
Antigüedad: 20 años
Puntos: 0
Hola,
Creo que no estás invocando correctamente a los nodos del documento XML.
Corrige de esta manera:
Código:
<xsl:template match="CABECERATABLA">
...
<tr>
<td><xsl:value-of select="TEXTO"/></td>
<td><xsl:apply-templates select="CUESTION3DECISION"/></td>
<td></td>
</tr>
</table>
</xsl:template>
 
<xsl:template match="CUESTION3DECISION">
<p><xsl:value-of select="PREGUNTA"/></p>
<p> 
<INPUT TYPE="RADIO">
...
</p>
</xsl:template>
con esto debería funcionarte.

Saludos
__________________
Juli - La Pequeña Roma Aymara