Re: [xsl] Parent

Subject: Re: [xsl] Parent
From: Sven Waibel <sven.waibel@xxxxxxxx>
Date: Wed, 08 Sep 2004 15:07:02 +0200
@all
Thanks so much, that's it.

Sven


Sven Waibel wrote:

> 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