xsl-list
[Top] [All Lists]

Re: [xsl] Need to output an opening or closing tag by itself

2008-06-25 04:19:44
Pankaj Chaturvedi wrote:

<xsl:template match="email[(_at_)url]">
                <xsl:copy>
                        <xsl:copy-of select="@*"/>

You need to move the closing
                </xsl:copy>
here to ensure the copied 'email' element is empty.




--

        Martin Honnen
        http://JavaScript.FAQTs.com/

--~------------------------------------------------------------------
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>
--~--