xsl-list
[Top] [All Lists]

Re: [xsl] multiple passes dont work

2011-02-18 04:50:42

On 2011-02-18 11:47, Szabo, Patrick (LNG-VIE) wrote:
<xsl:template match="* | processing-instruction()" mode="second">
        <xsl:copy>
                <xsl:copy-of select="@*"/>
                <xsl:apply-templates/>

Try <xsl:apply-templates mode="#current"/> here


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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