Re: [xsl] how to remove namespace declarations

Subject: Re: [xsl] how to remove namespace declarations
From: Florent Georges <lists@xxxxxxxxxxxx>
Date: Tue, 28 Aug 2007 14:54:13 +0200 (CEST)
Frank Marent wrote:

> i have to remove namespace declarations in certain elements

  The following should help you:

    <xsl:template match="Facts">
       <xsl:copy-of select="." copy-namespaces="no"/>
    </xsl:template>

  Even if they are not used within XML names, namespace nodes are
copied by xsl:copy and xsl:copy-of (they could be used throught content
for instance).

  Regards,

--drkm























      _____________________________________________________________________________ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Current Thread