From: Grant M. <gr...@us...> - 2003-12-14 09:24:31
|
Update of /cvsroot/perl-xml/perl-xml-faq In directory sc8-pr-cvs1:/tmp/cvs-serv23438 Modified Files: perl-xml-faq.xml Log Message: - more updates to XML::LibXML section Index: perl-xml-faq.xml =================================================================== RCS file: /cvsroot/perl-xml/perl-xml-faq/perl-xml-faq.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- perl-xml-faq.xml 10 Nov 2003 07:58:44 -0000 1.13 +++ perl-xml-faq.xml 14 Dec 2003 09:24:20 -0000 1.14 @@ -485,6 +485,24 @@ DOM to be constructed from SAX events. <classname>XML::LibXML::SAX</classname> is a SAX parser based on the libxml2 library.</para> + + <para><classname>XML::LibXML</classname> can be used to parse HTML (4.0 + strict) and SGML files into DOM structures - which is especially useful + when converting other formats to XML.</para> + + <para>The libxml2 library is not part of the + <classname>XML::LibXML</classname> distribution. The source is available + for download from <ulink url="http://xmlsoft.org">xmlsoft.org</ulink>; + it is a standard package in most Linux distributions; it can be compiled + on numerous other platforms; and it is bundled with PPM packages of + <classname>XML::LibXML</classname> for Windows.</para> + + <para>For early access to upcoming features such as W3C Schema and RelaxNG + validation, you can access the CVS version of <classname>XML::LibXML</classname> at:</para> + + <programlisting><![CDATA[ +cvs -d :pserver:ano...@ax...:/home/cvs co XML-LibXML + ]]></programlisting> </answer> </qandaentry> |