editorial comments to namespaces draft

Note, when the draft was made public, the "where to send comments
instruction" was not updated, either (not just date).

In the second example in Section 5.3 the start tag for the
element of type x has accidentally been typed as an empty element
tag, breaking the example.

-- extract --
  5.3 Uniqueness of Attributes
  
   However, each of the following is legal:
   
   <!-- http://www.w3.org is bound to n2 and is the default -->
   <x xmlns:n1="http://www.w3.org"
      xmlns="http://www.w3.org" />
			      --^-- spurious '/' makes empty element
     <good a="1"     b="2" />
     <good a="1"     n1:a="2" />
   </x>
   
-- End of extract.

Also, in this section where it says "no start tag may contain..."
it should simply say "no tag may contain..." because the rule
needs to apply to empty element tags as well.


Al

Received on Saturday, 31 October 1998 18:53:02 UTC