Using variables in IE5

Subject: Using variables in IE5
From: RAFA HERNANDEZ <RHERNANDEZ@xxxxxxxxxx>
Date: Fri, 2 Jun 2000 18:17:28 +0200

>  Sorry, Is it posible to declare a variable using XSL in IE5.5/IE50?
>  
>  Ejm : 
>  <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
>    <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl";>
>    <xsl:template match="/">
>         <xsl:variable name = "myVariable">
>              Mi_Variable_Buena
>         </xsl:variable>
>              <A HREF="{$myVariable}">
>                Blabla  
>             </A>
>              <P>
>                <xsl:value-of select="$myVariable"/> 
>             </P>
>      </xsl:template>
>    </xsl:stylesheet>
> 
>  Thanks in advance
> 
>  
>  - f r a n c -
>  Datadec Spain#99
>  
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread