[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] XSL(check attribute exists in the parent node and get value for another attribute in the same node)


Subject: [xsl] XSL(check attribute exists in the parent node and get value for another attribute in the same node)
From: gaya3 kar <smile_gk@xxxxxxxxx>
Date: Tue, 12 Aug 2003 19:12:04 -0700 (PDT)

hi,

<spanspec namest="c3" nameend="c5" spanname="35"
align="right"></spanspec>

above is the ancestor node. I want to check whether
the ALIGN attribute exists based on the attribute
SPANNAME value in the SPANSPEC. I tried using the
following way, but it doesn't work. 

<xsl:if
test="$entry/ancestor::tgroup/spanspec/[@spanname=$sn]/@align">
.....
</xsl:if>


Thanks!


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread