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

Layers and QNames

  • To: xml-dev@l...
  • Subject: Layers and QNames
  • From: Eric van der Vlist <vdv@d...>
  • Date: Thu, 14 Feb 2002 08:12:37 +0100
  • User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020211

qnames
It's really a matter of layers IMO, and I would find it perfectly 
legitim for an application to implement its own mechanisms such as:

<foo appns:bar="http://example.org/appns"/>

or a more general substitution stuff:

<foo>
   <alias>
     <name>bar</name>
     <value>http://example.org/appns</value>
   </alias>
   <stuff>{$bar}#anything</stuff>
</foo>

So, this is not a matter of comparing

<xs:element ref="foo:bar"/>

vs

<xs:element ref="{http://example.org/foo}bar"/>

But a matter of comparing

<xs:schema xmlns:foo="http://example.org/foo"/>

vs (for instance)

<xs:schema xsns:foo="http://example.org/foo"/>

Note that in the above case, 99.9% of the schemas will declare the 
namespace foo without using it in the schema (considered as a XML 
document) and that I see *no* reason to use a markup level mechanism for 
the application W3C XML Schema!

Eric
-- 
Rendez-vous a Paris pour mes formations XML/XSLT.
                                           http://dyomedea.com/formation/
------------------------------------------------------------------------
Eric van der Vlist       http://xmlfr.org            http://dyomedea.com
http://xsltunit.org      http://4xt.org           http://examplotron.org
------------------------------------------------------------------------


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.