xsl-list
[Top] [All Lists]

Re: Re: XSL-List Digest V4 #1421

2003-06-26 13:26:28



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



<Prev in Thread] Current Thread [Next in Thread>