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

How to move all Namespace-URLs declarations from Eleme

Subject: How to move all Namespace-URLs declarations from Elements to Header with XSLT script?
From: "Ben Stover" <bxstover@xxxxxxxxxxx>
Date: Fri, 09 Oct 2009 09:41:19 +0200
 How to move all Namespace-URLs declarations from Eleme
Assume I get an XML doc where (almost) ALL <Element> tags contain the full Namespace URL for a possibly used
Namespace-Prefix similar to:

<mydummyelement>
<paul:mysubdummyelement1 xmlns:paul="http://www.somedomain.com/aaa/bbb/ccc/ddd/eee/"/>
<paul:mysubdummyelement2 xmlns:paul="http://www.somedomain.com/aaa/bbb/ccc/ddd/eee/"/>
</mydummyelement>

How can I move with an XSLT script the Namespace-URLs out of all elements and group them, remove duplicates and
put them in the top-most element similar to

<mydummyelement xmlns:paul="http://www.somedomain.com/aaa/bbb/ccc/ddd/eee/">
<paul:mysubdummyelement1/>
<paul:mysubdummyelement2/>
</mydummyelement>

And how can I do the reverse way with the XSLT script?

Thank you 
Ben

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-2013 All Rights Reserved.