Displaying 1 result from an estimated 1 matches for "textoayuda".
2006 Mar 16
1
script.aculo.us in xsl
...;?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="barraNav.xsl"?>
<barraNav>
<boton>
<imagen>img/page_text.gif</imagen>
<accion>archivoNuevo</accion>
<textoAyuda>Crear un archivo nuevo</textoAyuda>
</boton>
</barraNav>
and I want to transform it to an HTML using XSL, the file which is doing to
do this is barraNav.xsl, and it is shown here:
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet ver...