- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Mar 2010 16:07:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv1280/htdocs/docs
Modified Files:
install.html
Log Message:
Note that we need XML::LibXML with support for libxml2 structured errors.
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- install.html 3 Mar 2010 19:40:59 -0000 1.60
+++ install.html 9 Mar 2010 16:07:35 -0000 1.61
@@ -182,7 +182,10 @@
</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>
Received on Tuesday, 9 March 2010 16:07:38 UTC