Namespaces !

John Cowan cowan at locke.ccil.org
Tue Aug 4 21:18:05 BST 1998


Peter Murray-Rust wrote:

> D: FWIW I have been hacking namespaces into JUMBO2 and seem to require two
> classes:
>         Namespace (one for each distinct xmlns in the document)
>         UniversalName (One for each distinct elementType and each distinct attribute)

Okay.  Do we really need UniversalName as a *class*, or is it sufficient
(as I continue to believe) to represent it as a String, possibly
interned?  If the latter, then my ParserFilter approach will work
fine, returning all element names in the universal form of
URI + delimiter + localPart (where URI can be null), and all
attribute names in the form URI + delimiter + localPart for
global attributes, and URI + delimiter + elementLocalPart + delimiter
+ localPart for local attributes.

> If SAX  can (a) process the minimisation completely and (b) return
> Namespaces for the document and (c) return a universal name for each
> Element and Attribute then I think I shall be very happy. From what various
> people have said it seems fairly straightforward.

Using my ParserFilter approach, of course, no parsers need to change
at all to support namespaces: it becomes an *application* issue,
but supported by a *universal* piece of machinery.  Ditto with
inherited attributes generally.
 
-- 
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/
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