Statement from HTML WG
Rick Jelliffe
ricko at allette.com.au
Mon Sep 20 16:52:33 BST 1999
From steven Thu Sep 16 15:02:06 1999
>Using Namespaces
>
>The only place where the distinction between using one namespace and
>using three is important is when including fragments of xhtml in
>another document.
A document processor can tell if a name has been used which it doesnt
understand
when it comes to that offending element. Otherwise we get the ludicrous
position
that a strict HTML processor will reject
<notes>
<p xmlns='http://www.w3.org/TR/xhtml1/transition'>
This is also available
<a href="http://www.w3.org/">online</a>.
</p>
</notes>
while accepting
<notes>
<p xmlns='http://www.w3.org/TR/xhtml1/strict'>
This is also available
<a href="http://www.w3.org/">online</a>.
</p>
</notes>
Rick Jelliffe
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/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list