[Expat-checkins] htdocs/dev roadmap.html,1.1,1.2
Fred L. Drake
fdrake@users.sourceforge.net
Wed, 04 Sep 2002 10:06:09 -0700
Update of /cvsroot/expat/htdocs/dev
In directory usw-pr-cvs1:/tmp/cvs-serv24046
Modified Files:
roadmap.html
Log Message:
Small elaboration of what the new API needs to support.
Index: roadmap.html
===================================================================
RCS file: /cvsroot/expat/htdocs/dev/roadmap.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- roadmap.html 4 Sep 2002 15:47:40 -0000 1.1
+++ roadmap.html 4 Sep 2002 17:06:06 -0000 1.2
@@ -157,8 +157,9 @@
<dd>
<p>The new API will be sufficiently detailed that a complete and
detailed DOM structure can be built, including both internal and
- external entity boundaries in parsed character data content and
- attribute value content.</p>
+ external entity boundaries in parsed character data content,
+ attribute value content, and entity values (such as found in
+ internal entity declarations).</p>
<p>This API will of necessity be somewhat more complex than the
current API, but we expect the current API can be implemented on top