Re: [xsl] Basic xsl:choose question

Subject: Re: [xsl] Basic xsl:choose question
From: Antonio Fiol <fiol@xxxxxxxxxx>
Date: Mon, 17 Jun 2002 11:18:05 +0200


<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



Current Thread