tricky XHTML 1.0 namespace question

Henry S. Thompson ht at cogsci.ed.ac.uk
Mon Jan 17 22:07:47 GMT 2000


David Megginson <david at megginson.com> writes:

> ht at cogsci.ed.ac.uk (Henry S. Thompson) writes:
> 
> [on prefixed and unprefixed attributes]
> 
> > Why should they state it explicitly, when the Namespace REC explicitly
> > says that is NOT the case?  The fact that people on this list have
> > been confused about this does not mean the HTML WG is confused or is
> > responsible for sorting out their confusion.  See my message to Dave
> > about this [1] for a succinct statement of why this is a time-wasting
> > red herring which IS perfectly clearly specified in the Namespace
> > REC.
> 
> The language in the Namespaces REC means that the two *can* be
> distinguished, not that they must be, and every Namespaces-based spec
> should include a explicit statement of its usage.  Based on the
> examples in the spec, RDF, for example, doesn't distinguish
> 
>   <rdf:Description about="http://www.foo.com/">
> 
> from
> 
>   <rdf:Description rdf:about="http://www.foo.com/">

I guess my problem here is that asking XHTML to say they _don't_ do
this falls into the category of what the technical writer who taught
me technical writing called the Spurious Negative.  In general, he
said, avoid statements like "Relay 12 does not energise at this point."

RDF arguably made a mistake.  Not a standards error, just a tactical
mistake.  I don't think that means that every XML aplication from here 
to eternity needs to say "Oh, by the way, we didn't make the confusing 
mistake that RDF did."

It is perfectly true that _applications_ can do anything they bl***y
like, including treating the attributes 'html:head' and 'head' as if
they were the same, just as they can treat 'tete' and 'head' as if
they were the same, or 'HEAD' and 'head' or 'foo' and 'baz'.  XML lets 
them do any of those things.  And when they do any of them, they
should document that fact.  But documenting when they _don't_ do any
of those things is crazy.

But _XML itself_ (nor the Namespace REC) does not distinguish these
cases, or make one pair of names easier for applications to identify
than the others.  And the Namespace REC _does_ make clear that a
conforming _processor_ (not application) _must_ distinguish them, when 
it says that

   <!-- http://www.w3.org is bound to n1 and is the default -->
  <x xmlns:n1="http://www.w3.org" 
     xmlns="http://www.w3.org" >
    <good a="1"     b="2" />
    <good a="1"     n1:a="2" />
  </x>

is valid.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht at cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.





More information about the Xml-dev mailing list