Displaying 1 result from an estimated 1 matches for "barranav".
Did you mean:
barradas
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m
having some problems with script.aculo.us. These are the following:
I have a XML file like this:
<?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...