Subject: Re: Basic xsl:choose question
From: Meir <umen@xxxxxxxxxxxxxxxx>
Date: Tue, 18 Jun 2002 00:35:26 -0700
|
Hello , tnx for the replay , i did what you said but still this not working
its not giving me error msg , but just showing me blank page ..
any idea why ?
tnx
----- Original Message -----
From: "Antonio Fiol" <fiol@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, June 17, 2002 2:18 AM
Subject: Re: Basic xsl:choose question
> >
> >
> > <xsl:when test="name()[@type='father']">
> ><------------------------------------here is the problem
> >
> >
>
> Your problem is not with choose but with xpath
>
> I think what you meant to write could be achieved with:
> <xsl:when test="*[@type='father']">
>
>
>
> Antonio
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|