[
Lists Home |
Date Index |
Thread Index
]
- From: "Rick Jelliffe" <ricko@allette.com.au>
- To: <xml-dev@ic.ac.uk>
- Date: Mon, 20 Sep 1999 22:58:52 +0800
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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|