Re: [xslt] Xpath commands inside attributes



Good point, valor is not 'valor' (string).

But, why Do not work {sum(1 + 1)}?


El mar, 08-01-2008 a las 14:50 +0000, Sebastian Rahtz escribió:
>    <xsl:variable name="test"			select="valor"/>
> 
> means "the contents of the element <valor>. Did you mean
> 
>    <xsl:variable name="test"			select="'valor'"/>
> 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]