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