From fde0571cc0f2796d02af41f2a3842260d2ebc5ff Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 4 Sep 2002 17:06:06 +0000 Subject: [PATCH] Small elaboration of what the new API needs to support. --- htdocs/dev/roadmap.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/dev/roadmap.html b/htdocs/dev/roadmap.html index 63387f58..6e9f4637 100644 --- a/htdocs/dev/roadmap.html +++ b/htdocs/dev/roadmap.html @@ -157,8 +157,9 @@ changes:

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.

+ external entity boundaries in parsed character data content, + attribute value content, and entity values (such as found in + internal entity declarations).

This API will of necessity be somewhat more complex than the current API, but we expect the current API can be implemented on top