[Home] [By Thread] [By Date] [Recent Entries]

Subject: Re: 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
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member