Tema: xsl
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/11/2005, 19:36
soultk
 
Fecha de Ingreso: marzo-2005
Mensajes: 24
Antigüedad: 19 años, 8 meses
Puntos: 0
xsl

estoy tratando de aprender un poco de xsl
alguien podria decirme ke tengo mal en el codigo, XMLSpy me dice ke no esta bien formado, disculpen mi novatada

<?xml version="1.0" encoding="UTF-8"?>
<xsl : stylesheet version="1.0" xmlns:fo="http://www.w3.org/1999/XSL/Transform">
<xsl:template match='/'>
<html>
<head>
<title>Codigo Generado</title></head>
<body>
<h1> <xsl:apply-templates /> </h1>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

Gracias de antemano