xsl-list
[Top] [All Lists]

Re: [xsl] Avoiding Namespace Declarations in Output

2009-09-22 12:42:58
rowan(_at_)sylvester-bradley(_dot_)org wrote:

How do I avoid unwanted namespace declarations appearing in output from
XSLT created by xsl:copy-of?

                        <xsl:copy-of select="NagDelay"/>

With XSLT 2.0 you can use
<xsl:copy-of select="NagDelay" copy-namespaces="no"/>


--

        Martin Honnen
        http://msmvps.com/blogs/martin_honnen/

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