This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Basic xsl:choose question


You have unclosed File tags. try using the empty tag: <File id="whatever"
type="child" />


-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Meir
Sent: Tuesday, June 18, 2002 8:35 AM
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Basic xsl:choose question


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@w3ping.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Monday, June 17, 2002 2:18 AM
Subject: Re: [xsl] 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




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]