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

RE: What should a namespace URI point to?

  • From: Jonathan Borden <jborden@m...>
  • To: xml-dev@l..., Tim Bray <tbray@t...>
  • Date: Sat, 30 Dec 2000 18:10:11 -0500

xlink namespace
Dan Brickley suggested something like this:

<html
	<head>
		<link type="RDFSchema" href="thisnamespaceuri.rdfs" />
		<link type="XMLSchema" href="thisnamespaceuri.xsd" />
	</head>
	<body>...</body>
</html>

and you've suggested something like this:

<html xmlns="...xhtml...">
	<head>
		<link xlink:arcrole="...RFDS URI" xlink:href="thisnamespaceuri.rdfs"/>
		<link xlink:arcrole="..XMLSchema URI.." xlink:href="thisnamespaceuri.xsd"
/>
	</head>
...


Both of these work for me. Offhand, 'xlink:arcrole' is perhaps a bit more
robust that 'type' and XLink is a more 'modern' way of doing things. On the
other hand, HTML is already specified and widely implemented. Perhaps we can
discuss the pros and cons of these proposals. This cuts right to the heart
of the issue regarding links in XHTML, and the problem of XLink being
incompatable. sigh.

Regarding HTML and its multiple DTDs/Schemata, what would the xlink:arcrole
URI be for each of the three forms (strict,trans,frames) given either DTD or
XSD? (i.e. we need a total of 6 URIs).

Are there use cases not covered by either of these mechanisms?

Jonathan Borden
The Open Healthcare Group
http://www.openhealth.org

> -----Original Message-----
> From: Tim Bray [mailto:tbray@t...]
> Sent: Saturday, December 30, 2000 4:51 PM
> To: 'xml-dev@l...'
> Subject: What should a namespace URI point to?
>
>
> I think that if you got a group of qualified people, mostly
> computer programmers, together, you could cook, in a few
> weeks, cook up a nice little markup vocabulary containing:
>
> 1. a few basic chunks of XHTML
> 2. the simple XLink element (I don't think you need extended, and
>    by using simple you could graft the whole thing onto an XHTML
>    <div> or some such).
> 3. a namespace in which are defined a bunch of reserved
>    role attribute values
>
> These things would look like web pages and would display
> nicely in a browser.  The idea is that the xlinks would
> point to related resources of various types.  The role
> namespace would contain precooked values for various
> kinds of related resources (e.g. css stylesheet, xsd
> schema, dtd) whose use is widespread enough to achieve
> some consensus.  Obviously, you could have links to
> more than one dtd or xsd or whatever.
>
> I think this would be the ideal kind of thing to retrieve
> when you dereference a namespace URI.  Readable by humans
> and also machine-processable and fully extensible.
>
> If I were feeling particularly grandiose, I'd also describe
> such a thing as a key building block for the Semantic Web.
>
> But it would have to be done low, fast, and under the radar...
>  -Tim
>


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.