Namespace separators

John Cowan cowan at locke.ccil.org
Wed May 19 20:51:38 BST 1999


I foresee problems with the SAX2 namespace feature.  In particular,
defaulting to a null separator means that some universal names
become confusible.  Thus

	url="http://me.net/foobar" name="scope"
	url="http://me.net/foobars" name="cope"

look the same.  In addition, allowing users to specify random
separators will lead to trouble, because people will not be aware
of which separators are safe and which are not.

The safe separators (those which cannot appear in an XML name or
in an URI) are space, <, >, #, ", {, }, |, \, ^, ~, [, ], and `.
Also various non-ASCII characters (no non-ASCII character can
appear as such in an URI).

If we *must* support multiple namespace characters, then we should
make the property read-only, leaving the choice up to parser
writers rather than application programmers.  Parser writers have
some chance of being aware of the issue.

(The DOM folks are leaning toward "{URL}name" format, BTW, although
I am attempting to persuade them that a leading character is not
needed.)

-- 
John Cowan	http://www.ccil.org/~cowan		cowan at ccil.org
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

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