This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Using variables in IE5




>  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]