Small elaboration of what the new API needs to support.

This commit is contained in:
Fred L. Drake, Jr. 2002-09-04 17:06:06 +00:00
parent 5d080f104a
commit fde0571cc0

View File

@ -157,8 +157,9 @@ changes:</p>
<dd> <dd>
<p>The new API will be sufficiently detailed that a complete and <p>The new API will be sufficiently detailed that a complete and
detailed DOM structure can be built, including both internal and detailed DOM structure can be built, including both internal and
external entity boundaries in parsed character data content and external entity boundaries in parsed character data content,
attribute value content.</p> 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 <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 current API, but we expect the current API can be implemented on top