[Expat-checkins] htdocs/dev roadmap.html,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Wed, 04 Sep 2002 10:27:00 -0700


Update of /cvsroot/expat/htdocs/dev
In directory usw-pr-cvs1:/tmp/cvs-serv30168

Modified Files:
	roadmap.html 
Log Message:
Don't hedge; call it what it is.


Index: roadmap.html
===================================================================
RCS file: /cvsroot/expat/htdocs/dev/roadmap.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- roadmap.html	4 Sep 2002 17:25:37 -0000	1.3
+++ roadmap.html	4 Sep 2002 17:26:58 -0000	1.4
@@ -169,11 +169,11 @@
 
 <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