summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtdocs/docs/install.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html
index 75397c7..f5c4f30 100755
--- a/htdocs/docs/install.html
+++ b/htdocs/docs/install.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: install.html,v 1.60 2010-03-03 19:40:59 ville Exp $"
---><!--#set var="date" value="\$Date: 2010-03-03 19:40:59 $"
+<!--#set var="revision" value="\$Id: install.html,v 1.61 2010-03-09 16:07:35 ville Exp $"
+--><!--#set var="date" value="\$Date: 2010-03-09 16:07:35 $"
--><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service"
--><!--#set var="relroot" value="../"
--><!--#include virtual="../header.html" -->
@@ -182,7 +182,10 @@ install Bundle::W3C::Validator
</dd>
<dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a> &gt;= 1.69</dt>
<dd>
- The Perl binding for libxml2, used to check the syntax of XML-based document types.
+ The Perl binding for <a href="http://xmlsoft.org/">libxml2</a>, used
+ to check the syntax of XML-based document types. In addition to the
+ version requirement, XML::LibXML needs to be built with support for
+ libxml2 structured errors, i.e. libxml2 &gt= 2.6.21.
</dd>
</dl>