[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: David Megginson <david@megginson.com>
- Date: Wed, 23 Jun 1999 21:55:55 -0700
David Megginson wrote:
>
> http://www.megginson.com/SAX/SAX2/
I just noticed another easily-fixed problem.
The "dom-node" feature is used with "parsers" which walk DOM documents
and emit a sequence of SAX parser event callbacks.
Problem: it's a read-only property, so that it's not possible to specify
the input document in a portable way. It's as if SAX 1.0 didn't have a
way to feed an input source (or document URI) into a parser.
Simple fix: make that attribute read/write. It shouldn't be writable
during a parse, though -- just like the input stream to the parser is
fixed until the parse completes, so should an input DOM document.
- Dave
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|