namespace normalization

This commit is contained in:
dlichteblau
2005-12-11 23:56:45 +00:00
parent 2b5b61baf1
commit 5363dadbb8
8 changed files with 205 additions and 39 deletions

View File

@ -90,7 +90,12 @@
<h2>Recent Changes</h2>
<p class="nomargin"><tt>rel-2005-xx-yy</tt></p>
<ul class="nomargin">
<li>Implemented DOM 2 Core.</li>
<li>
Implemented DOM 2 Core.
(A handler for DOM 3-style namespace normalization is provided and
used by default for serialization of DOM documents if namespace
support is enabled.)
</li>
<li>
Error handling overhaul: All syntax errors should now be
reported as instances of <tt>well-formedness-violation</tt>. We