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

Re: Why unqualified? (was RE: ANN: SAX Filters for NamespaceProcessing)

  • From: Sean McGrath <sean.mcgrath@p...>
  • To: Ronald Bourret <rpbourret@r...>, xml-dev@l...
  • Date: Thu, 02 Aug 2001 10:34:08 +0100

xml unqualified
I agree with Rons analysis. It makes me feel a little bit
less like I am missing something. Many of us on
this list were serializing objects into markup languages
long before namespaces came along!

To reiterate my main objection to namespaces, context and disambiguation
are two different things. Essentially namespace defaulting provide
a model - orthoganal to XML's primary, element based, containership
model - for specifying a *context*. As a result you end up,
not with one context (which is complex enough thanks very
much!) but with N contexts heaped on top of each other.

It is as if the rarely implemented CONCUR feature of SGML
has crept into XML via a back door!

Sean

At 15:49 01/08/2001 -0700, Ronald Bourret wrote:
>Sean McGrath wrote:
> > >The serialization of objects and structures is a real reason.
> >
> > Hmm. Could you give an example?
>
>XML data binding products often generate code for classes from an XML
>Schema or vice versa. If you can have unqualified (or even locally
>defined) children, then generating an XML Schema from a graph of class
>definitions is easy in that you don't have to worry about element name
>collisions.
>
>For example, suppose you have two classes:
>
>class foo        class bar
>{                {
>    int x;           String x;
>    int y;           String y;
>    bar b;        }
>}
>
>The existence of local element types means you can serialize objects
>from these classes as:
>
>    <foo>
>       <x>...</x>
>       <y>...</y>
>       <bar>
>          <x>...</x>
>          <y>...</y>
>       </bar>
>    </foo>
>
>The problem with local element types is that, once an element of the
>type is taken out of its containing element, it can't be identified.
>Allowing the child element names to be unqualified just exacerbates
>(sp?) the problem.
>
>What I can't understand about both is whether they solve any technical
>problems. As far as I can tell, the only problems they solve are
>aesthetic, since the objects could just as easily have been serialized
>as:
>
>    <foo>
>       <foo-x>...</foo-x>
>       <foo-y>...</foo-y>
>       <bar>
>          <bar-x>...</bar-x>
>          <bar-y>...</bar-y>
>       </bar>
>    </foo>
>
>-- Ron
>
>------------------------------------------------------------------
>The xml-dev list is sponsored by XML.org <http://www.xml.org>, an 
>initiative of OASIS <http://www.oasis-open.org>
>
>The list archives are at http://lists.xml.org/archives/xml-dev/
>
>To unsubscribe from this elist send a message with the single word
>"unsubscribe" in the body to: xml-dev-request@l...



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.