[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Rick Jelliffe" <ricko@a...>
  • To: <xml-dev@i...>
  • 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@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member