The Artima Developer Community
Sponsored Link

Java Buzz Forum
Qualified Names (QNames) don't identify.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Bill de hÓra

Posts: 1137
Nickname: dehora
Registered: May, 2003

Bill de hÓra is a technical architect with Propylon
Qualified Names (QNames) don't identify. Posted: Mar 22, 2004 3:32 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Bill de hÓra.
Original Post: Qualified Names (QNames) don't identify.
Feed Title: Bill de hÓra
Feed URL: http://www.dehora.net/journal/atom.xml
Feed Description: FD85 1117 1888 1681 7689 B5DF E696 885C 20D8 21F8
Latest Java Buzz Posts
Latest Java Buzz Posts by Bill de hÓra
Latest Posts From Bill de hÓra

Advertisement
From the TAG document: Further, it must be observed that some things are identified by QNames: element and attribute names, types in W3C XML Schema, etc. QNames are macros, similar in kind to entity declarations. A QName serves to indicate the part of XML document that can be targeted by something that understands and can expand XML Namespaces. Technically, macro processing is needed for XML namespaces - since XML can't support URIs as element names, we instead use the pair of Namespace Prefix and Local Name to tunnel the Universal Name through the markup. The Universal Name is James Clark's terminology; in the abstract that's the tuple {NamespaceURI, ElementName}. It's the Universal Name that identifies, not the QName. Using QNames as identifiers is muddled thinking, not something to be encouraged. Mark Nottingham is right - QNames in content are evil....

Read: Qualified Names (QNames) don't identify.

Topic: Orkut - now I can tell how many friends I don't have Previous Topic   Next Topic Topic: Tech Paper: Adding Scripting Languages To Your Java Apps - Six Languages Side-By-Side

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use