[Home] [By Thread] [By Date] [Recent Entries]
Hi:
Suppose I have an xml input: <element1> <para> <test1></test1> </para> </element1> And I want to find out the parent of test1 in the <test1> template itself. I tried <xsl:value-of select="name(parent::*)"/>. This works only if <test1> is directly under <element1> and not under <para>. Is there any way to find out the parent of <test1> wherever it is?
|

Cart



