[
Lists Home |
Date Index |
Thread Index
]
- From: Juergen Modre <jmodre@edu.uni-klu.ac.at>
- To: David Megginson <david@megginson.com>, xml-dev@ic.ac.uk
- Date: Mon, 08 Jun 1998 18:44:10 +0000
David thanks for the fast answer to verify my
SAX interface thoughts.
This way I want to gratulate you after the event for the good work
to initiate, drive and coordinate the development
of a standard XML event based interface. Great work!
Another hint to the DocumentHandler.characters javadoc header:
It says:
* Receive notification of character data.
*
* <p>The Parser will call this method to report each chunk of
* character data. SAX parsers may return all contiguous character
* data in a single chunk, or they may split it into several
* chunks; however, all of the characters in any single event
* must come from the same external entity, so that the Locator
* provides useful information.</p>
This event has also to reply the characters of
CDATA in a XML document, but this is not made explicit
in the above <p> and it would therefore be nice to add this
explicit in the <p>.
BTW: In my opinion it would be better to not return the CDATA
characters in this event as long as we don't have a separate
CDATA callback in the SAX interface specification.
-----------------------------------------------
JUERGEN MODRE
Reisdorf 6
A-9371 Brueckl
Austria (Europe)
Phone: ++43 4214 2320
Mobile: ++43 664 233 22 22
E-mail: jmodre@edu.uni-klu.ac.at
WWW: http://www.edu.uni-klu.ac.at/~jmodre
-----------------------------------------------
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)
|