Re: [xsl] Variable assign

Subject: Re: [xsl] Variable assign
From: Jon Gorman <jonathan.gorman@xxxxxxxxx>
Date: Wed, 7 Dec 2005 09:38:11 -0600
> > >   <xsl:variable name="file" select="concat($SHARE,
> > $bizcase/@lang, '/descriptors/', @descriptor)"/>
> >
> > This creates a node-set.
>
> No, it creates a string.

Like I already said, haven't had my coffee and responded too quickly.
The big honking select statement should have been a clue but for some
reason when scanning through the code just saw something like
$bizcase/descriptor/@lang....

As a result, my earlier post is rubbish.

Jon Gorman

Current Thread