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