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

Re: what's special in XMLNS attribue .?

  • From: Ronald Bourret <rpbourret@r...>
  • To: yael efrat <yaele@o...>
  • Date: Mon, 08 Oct 2001 14:12:54 -0700

xmlns attributes
Remember that the namespace is part of the element and attribute name.
Therefore, what you are really asking is, "How can I rename all elements
and attributes?" This is very different from removing an attribute.
Since DOM node names are readonly, the only way to do this in the DOM is
to traverse the tree and copy each node, giving each node a new
(namespaceless) name in the copy.

An easier way to do this would be to write a simple SAX filter. This
would simply reissue SAX events but leave the namespace out of each new
event. You could also just use an XML editor and delete the xmlns
"attributes".

I'm not sure why you want to remove namespaces, but you should be very
careful in doing so. The reason is that you really are changing the
names of elements and attributes, and any code written to recognize
those names will not work any more.

Finally, you should understand that xmlns attributes are not really
attributes according to the namespaces recommendation. They are
"namespace declarations" that just happen to look like attributes :) If
I recall correctly, the DOM still treats them as attributes and SAX 2
allows you to treat them as attributes or namespace declarations (your
choice).

-- Ron

yael efrat wrote:
> 
> thanks;
> how can i implement the  "make all elements and attributes belong to
> no namespace" ?

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.