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

Re: Motivations for namespaces (sorry)


that is so helpful
[Eric van der Vlist]
>
> Chiusano Joseph said:
> > Eric,
> >

> I would argue that in this case, what's identifying your "document type"
> is the xsi:schemaLocation more than the namespaces!
> My point was rather that namespaces alone are not enough to guess what's
> the document as a whole is about.

In the task I described a post ago, it is exactly the namespace URI - OK, in
practice it really is the prefix,  so there! - that is so helpful.

Realistic situation - let us say I encounter some unfamiliar element nested
inside some structure.  This could either be in an instance document or in a
schema.  I want to know more about it.  Maybe I want to know how to write
code to handle it.  Maybe I want to evolve or correct the schema.  Maybe I
want to make sure some sample data makes sense.

I see the element has an "erm:" prefix.  Aha!  I grab the ERM spec and look
up the element, which turns out to be one of 250 enumerated choices.  Next,
I see an element in a location structure which is not too obvious - say
'administrativeArea'.  What is that doing here?  What do they want to see in
it?  Aha! the prefix is lrms:.  I hyperlink over to the LRMS spec and find
out that this means "State" for a US location.

You see, most of the time I am not seeing the thing for the first time.  I
know where to go to find the information.  I know what is going on.  I just
need to know which resource to go to.  That is true for the schema
developers, and that is true for xml developers who want to use the
schema(s).

And don't tell me that the prefix is no good, that it is only the URI that
matters.  That's theory, but once your schema is well under development,
those prefixes are not going to change.  It would be too confusing.  The
namespace URIs are more likely to change than the prefixes.  And 98% of the
time, other developers who create xml from a schema will use the same
prefixes as the schema even though they theoretically do not need to.  It is
less cognitive work that way, and has more mnemonic value.

That's important.  That's why virtually all xslt stylesheets use xsl:.
That's why virtually all XML Schemas use xs: or xsd:.  That's why xhtml
documents almost always use html: or xhtml:.  It is why we name variables
with mnemonic names rather that "dhf340cksdfnmg".  It is mostly why we use
readable URLs instead of GUIDs.

This is what I meant when I said how helpful I (and others) found namespaces
to be in this one task.  This one task, though, is pretty representative of
more and more development, as more schemas come into use.

Cheers,

Tom P



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.