diff options
author | ot <ot@localhost> | 2007-04-04 03:50:19 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-04-04 03:50:19 +0000 |
commit | 592dc755ac3ab4cc78710974df7a03cf01e6137b (patch) | |
tree | bfb0543dad1ead87ae35aa445857cdd9e90e65fc | |
parent | ea890a00934ccb7e439e9e51338e40a32f8c340e (diff) | |
download | markup-validator-592dc755ac3ab4cc78710974df7a03cf01e6137b.zip markup-validator-592dc755ac3ab4cc78710974df7a03cf01e6137b.tar.gz markup-validator-592dc755ac3ab4cc78710974df7a03cf01e6137b.tar.bz2 |
prereq libs
-rwxr-xr-x | htdocs/docs/install.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 3c04e14..82194b1 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.19 2007-04-02 09:42:33 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-04-02 09:42:33 $" +<!--#set var="revision" value="\$Id: install.html,v 1.20 2007-04-04 03:50:19 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-04-04 03:50:19 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-04-02 09:42:33 $</code>. <tt>:-)</tt> + <code>$Date: 2007-04-04 03:50:19 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -130,6 +130,10 @@ <dd> Interface to the <a href="#install-prereq-sp">OpenSP parser</a>. </dd> + <dt><a href="http://search.cpan.org/dist/XML-LibXML/">XML-LibXML</a></dt> + <dd> + The perl binding for libxml2, used to check the syntax of XML-based document types. + </dd> <dt><a href="http://search.cpan.org/dist/CGI.pm/">CGI.pm</a> >= 2.81</dt> <dd> The all-singing, all-dancing, |