Subject: Re: XSL(check attribute exists in the parent node and get value for another attribute in the same node)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 13 Aug 2003 09:24:38 +0100
|
I tried using the
following way, but it doesn't work.
<xsl:if
test="$entry/ancestor::tgroup/spanspec/[@spanname=$sn]/@align">
.....
</xsl:if>
That would work if $entry is a variable holding a node set that contains
nodes that are descendents of the tgroup element. Without seeing your
definition of entry there's not a lot else we can say.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. 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
|