RE: [xsl] Variable assign

Subject: RE: [xsl] Variable assign
From: João Amílcar Pereira Cruz <joao.pereira.cruz@xxxxxx>
Date: Wed, 7 Dec 2005 15:41:52 -0000
>>   <xsl:variable name="file" select="concat($SHARE, $bizcase/@lang,
'/descriptors/', @descriptor)"/>

>This creates a node-set.


>No concat() creates a string.

So if I'm getting the right picture, in both cases I'm constructing a string.

So why in the document function, in one of the cases it works, and I get acess
to the element descriptor, and in the other one I don't???

In both cases I have a string :s

JC

Current Thread