[EMAIL PROTECTED] wrote: > some day Xalan may want to leverage it directly), but it shouldn't be a > pre-req for incremental parsing, and incremental SAX should be available > without Xerces2's current "magic" sequence of parser instantiation.
But XNI parsers are not required to be able to support incremental scanning. That's why we separated the standard parser configuration from the pull parser configuration. Since not every configuration will support pull parsing, we can't very well have standard API on the SAXParser to do pull parsing -- it would only work when the parser configuration implements the XMLPullParserConfiguration interface. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
