[
Lists Home |
Date Index |
Thread Index
]
- From: Paul Prescod <papresco@technologist.com>
- To: xml-dev Mailing List <xml-dev@ic.ac.uk>
- Date: Sat, 11 Apr 1998 15:23:08 -0400
Tyler Baker wrote:
>
> > Also, the distinction between the two new parse methods looks very
> > Java-specific to me.
>
> The idea of character streams is for supporting streams which already handle the
> byte to UNICODE character translation for you. I am not familiar with Python,
> but I assume there must be some sort of 16 bit wide character set that is Unicode
> compliant. This I feel is all that David is trying to add to SAX, not something
> Java specific.
True, but "InputStream" and "Reader" are neither well-knowns ADT nor
well-defined interfaces outside of the Java world. Suppose a SAX client
and server are talking over a CORBA connection. What are the
requirements on the object passed to the parseInputStream( ) and
parseReader() methods (non-overloaded variants of the parse method).
Where are these requirements defined?
Paul Prescod - http://itrc.uwaterloo.ca/~papresco
"Unwisely, Santa offered a teddy bear to James, unaware that he had
been mauled by a grizzly earlier that year." - Timothy Burton, "James"
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)
|