Announcement: SAX2 1999-06-01 alpha release for Java

David Brownell david-b at pacbell.net
Thu Jun 24 06:53:39 BST 1999


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 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