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

[xsl] test for grandparent


Subject: [xsl] test for grandparent
From: Cas Tuyn <Cas.Tuyn@xxxxxxxx>
Date: Thu, 12 May 2005 13:38:22 +0200

Hi,

I have a structure with nested

step/list
step/step/list

I hoped to let CSS handle the indenting of the lists without setting classes, but find myself forced to convert the first version to <ul class="l1"> and the second to <ul class="l2">.

I made a <xsl:when test="parent::step"> to catch the first one, but then realised it also applies to the second one, so I need to test the grandparent too.

Is there something similar to <xsl:when test="grandparent::step"> or
<xsl:when test="parent::parent::step">  ?

Thanks,

Cas


-- The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt.


Current Thread