- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 Jul 2007 17:41:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv27849/htdocs/docs
Modified Files:
install.html
Log Message:
XML::LibXML >= 1.53 is needed for load_catalog().
Index: install.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/install.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- install.html 24 Jul 2007 15:47:59 -0000 1.26
+++ install.html 25 Jul 2007 17:41:54 -0000 1.27
@@ -178,7 +178,7 @@
<dd>
Library to handle URIs and escaping special characters in them.
</dd>
- <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a></dt>
+ <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a> >= 1.53</dt>
<dd>
The perl binding for libxml2, used to check the syntax of XML-based document types.
</dd>
Received on Wednesday, 25 July 2007 17:41:58 UTC