Don't hedge; call it what it is.
This commit is contained in:
parent
881a54a152
commit
eb13d682e6
@ -169,11 +169,11 @@ changes:</p>
|
||||
|
||||
<dt> Support for either pull or suspendable parsing </dt>
|
||||
<dd>
|
||||
<p>The revised API will need to support some way to interrupt
|
||||
processing without having to parse all XML text passed to the parser
|
||||
so far. This can be done by either using a pull-based model or a
|
||||
push-based model (similar to the current API) with the added ability
|
||||
to suspend parsing on request.</p>
|
||||
<p>The new API will need to support some way to interrupt processing
|
||||
without having to parse all XML text passed to the parser so far.
|
||||
This can be done by either using a pull-based model or a push-based
|
||||
model (similar to the current API) with the added ability to suspend
|
||||
parsing on request.</p>
|
||||
|
||||
<p>The specific API will depend on the model selected; either a
|
||||
pull-based model or an suspension model can support each other with
|
||||
|
Loading…
Reference in New Issue
Block a user