xsl-list
[Top] [All Lists]

RE: Variable assign

2005-12-07 08:41:52
  <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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>