Re: [xsl] obtaining tree fragments from node-set value

Subject: Re: [xsl] obtaining tree fragments from node-set value
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 11 May 2005 11:56:45 +0100
> I just tried out your solution but <xsl:value-of select="@ref/> doesnt 
> return any value.

Then your real code and or real input is not as you described.

> Since '$x = ParentValue' in this case, @ref becomes 
> inaccessible dire


$X holds a node set which contains the Value element if it is defined as
I showed.  assuming that the current node at the point that you made the
variable binding had child element MainClass.

$x = 'ParentValue' is true because when comparing a node set
to a string the string value of the node is taken, it does not mean that
$x has a value which is a string, $x has a value which is a node set.

> Is there any other way of retreiving the value of @ref?

you need to give more indication of what you are doing.
Ie a complete (6 line) input file and a complete stylesheet.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread