diff options
author | ville <ville@localhost> | 2010-06-13 22:11:52 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-06-13 22:11:52 +0000 |
commit | e54b5867281e294def0bc0b9337ed041132757f3 (patch) | |
tree | 593b19a93d9b12ab0f7a3da29f558b2e0e45082d | |
parent | 1642333b255d573e58534d442ba386eabfece4b0 (diff) | |
download | markup-validator-e54b5867281e294def0bc0b9337ed041132757f3.zip markup-validator-e54b5867281e294def0bc0b9337ed041132757f3.tar.gz markup-validator-e54b5867281e294def0bc0b9337ed041132757f3.tar.bz2 |
Note (candidate) fix for #9899.
-rwxr-xr-x | htdocs/whatsnew.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 11041f4..5bf6003 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.102 2010-05-07 18:53:53 ville Exp $" ---><!--#set var="date" value="\$Date: 2010-05-07 18:53:53 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.103 2010-06-13 22:11:52 ville Exp $" +--><!--#set var="date" value="\$Date: 2010-06-13 22:11:52 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -45,6 +45,13 @@ Enhancement: updates to validator's internal DTD library. </li> <li> + Enhancement: XML wellformedness check now supports external + entities instead of just suppressing error messages about them + internally. As a side effect, this should work around a certain + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9899">performance + problem with XML::LibXML 1.70</a>. + </li> + <li> Bug fix: doctype override could place a malformed comment in the modified document. </li> |