Hola a todos, tengo una duda en cuanto a un archivo XSL.
tengo una etiqueta HTML y deseo ingresar dentro otra etiqueta, es decir.
Inicio
Cita: <?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="/Basket">
<html>
<body>
Cita: <img src="http://www.miurl.com/foto/aquiponeretiqueta" />
<xsl:value-of select="Foto"/>
Fin
Cita: </body>
</html>
</xsl:template>
</xsl:stylesheet>
Encontre este ejemplo pero no logro entenderlo bien
http://www.forosdelweb.com/f26/html-xml-xsl-661618/ Cita: <input type="text" value="{tagg/@grande}" />