[
Lists Home |
Date Index |
Thread Index
]
- From: james anderson <James.Anderson@mecomnet.de>
- To: XML Dev <xml-dev@ic.ac.uk>
- Date: Fri, 22 Jan 1999 15:49:38 +0100
John Cowan wrote:
>
> Tyler Baker wrote:
>
> > Very true, but sometimes applications (or even the DOM) may want to preserve the exact
> > document structure in memory and be able to write out that exact document structure as
> > well. That is the only reason for providing the prefix and qualified name methods.
>
> Again: not so. Interpreting QNames in unexpected positions is
> also sometimes necessary.
As well may be. It remains, however, that the only *time* when such an
interpretation has value is in the parser's dynamic context. Which means that
there are two options.
1. The parser offers an interface which enables a processor to map qualified
names to universal names within the parser's dynamic context. This is just the
same facility which the parser itself needs - exposed to the processor.
2. Cache the dynamic context in each *element*. Note - not each *name*. This
is possible. It is necessary if it is desired to retain the naming
implications of a given encoding in the face of side-effects in the DOM. (It's
the upward-funarg problem revisited.) Otherwise it is a waste of space and time.
Otherwise "interpreting QNames in unexpected positions" can be guaranteed to
produce "unexpected results".
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/
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)
|