[xsl] Parent

Subject: [xsl] Parent
From: Sven Waibel <sven.waibel@xxxxxxxx>
Date: Wed, 08 Sep 2004 14:53:17 +0200
Hi,

ich have a xml file:

<Test>
  <Fall>
  . ..
and now i'm at node Fall and i wanna test if Fall is the child of Test.
I tried <xsl:if test=".. = Test">, but i doesn't work.

How can i achieve it?

Thanks in advance
Sven

Current Thread