xsl-list
[Top] [All Lists]

Re: obtaining tree fragments from node-set value

2005-05-11 03:56:45


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
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--