diff options
author | ville <ville@localhost> | 2010-03-09 16:07:35 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-03-09 16:07:35 +0000 |
commit | d11c01b745ce54ea4c92492e024c0512257cd65d (patch) | |
tree | 627ccbe0208d4ad586c390eba7603e11cdb8ae27 /htdocs/docs/install.html | |
parent | fda81eff89cbcce723bb2ba92e71d028d8649964 (diff) | |
download | markup-validator-d11c01b745ce54ea4c92492e024c0512257cd65d.zip markup-validator-d11c01b745ce54ea4c92492e024c0512257cd65d.tar.gz markup-validator-d11c01b745ce54ea4c92492e024c0512257cd65d.tar.bz2 |
Note that we need XML::LibXML with support for libxml2 structured errors.
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 9 |
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> >= 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 >= 2.6.21. </dd> </dl> |