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

RE: Question about the sytax of namespace declarations


undeclare namespace prefix
> From: Tim Bray [mailto:tbray@t...]
> Sent: Wednesday, February 27, 2002 11:12 PM
> To: xml-dev@l...
> Subject: Re:  Question about the sytax of namespace
> declarations
>
>
> At 12:41 PM 27/02/02 -0800, Wayne Steele wrote:
> >Question:
> >
> >Is the below document "conforming" with regard to the XML-Namespaces rec?
> >
> ><root xmlns:a="" />
>
> It's not, but this is probably a bug BTW.  You can "undeclare" the
> default namespace like so:
>
> <root xmlns="foo" >
>  <child xmlns="" />
>  </root>
>
> so why shouldn't you be able to undeclare other prefixes, e.g.
>
> <root xmlns:foo="bar" >
>   <child xmlns:foo="" />
>   </root>
>
> James Clark was the first to notice this, but that was after
> namespaces had been out for a year.
>
> BTW, *nobody* thinks it's a good idea to allow a namespace name
> to be an empty string - if the abovec were allowed, it would
> strictly be in the interests of undeclaring prefixes; which
> would break no existing namespace semantics.  Who knows,
> it might even get done someday. -Tim

Wait-a-minute.

Why would you want to undeclare a namespace prefix???

In the case of

	<a:root xmlns:a="" />

we would have a qualified name "a:root", with a prefix of "a".

http://www.w3.org/TR/1999/REC-xml-names-19990114/#ns-qualnames says:

"The Prefix provides the namespace prefix part of the qualified name, and
must be associated with a namespace URI reference in a namespace
declaration. [Definition:] The LocalPart provides the local part of the
qualified name. "

I don't see what this would be good for.

If you want to write an element which has no namespace and are unsure about
the context in which it appears, write

	<root xmlns="" />






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.