Re: [xsl] Re: XSL-List Digest V4 #1421

Subject: Re: [xsl] Re: XSL-List Digest V4 #1421
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 26 Jun 2003 21:26:28 +0100


I've changed that to the following now:
<xsl:when test="action">
    <xsl:apply-templates select="action"/>
</xsl:when>


unless you also moved the xsl:copy outside that is still going to give
you the problem that parents of action elements are not copied.
I don'tthink you want the xsl:choose at all.

David

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


Current Thread