diff --git a/htdocs/dev/roadmap.html b/htdocs/dev/roadmap.html index 7c92204f..b86d55f4 100644 --- a/htdocs/dev/roadmap.html +++ b/htdocs/dev/roadmap.html @@ -169,11 +169,11 @@ changes:

Support for either pull or suspendable parsing
-

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.

+

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.

The specific API will depend on the model selected; either a pull-based model or an suspension model can support each other with