[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

how to remove namespace declarations

Subject: how to remove namespace declarations
From: Frank Marent <frank.marent@xxxxxxxxxxx>
Date: Tue, 28 Aug 2007 13:27:41 +0200
 how to remove namespace declarations
hi

i have to remove namespace declarations in certain elements. i.e. i have this one:

<Facts xmlns:html="http://www.w3.org/HTML/1998/html4" xmlns:xlink="http://www.w3.org/1999/xlink">
<lotOfElements/>
</Facts>


and i want to get this one:

<Facts>
  <lotOfElements/>
</Facts>

i can't manage to get there. even when i try to remove all attributes from the element

<xsl:template match="Facts">
  <xsl:copy>
    <xsl:apply-templates select="*"/>
  </xsl:copy>
</xsl:template>

does not remove these unnecessary namespaces. i was searching for an answer but could only find how to remove namespace prefixes. but i have to remove the declarations. any help is very appreciated.

best regards
frank

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.