Subject: | Typo in XML::LibXML::Parser |
The heading for load_html shouldn't be "load_xml". Patch attached.
Subject: | Parser.pod.patch |
--- Parser.pod 2011-05-12 17:25:00.000000000 +0100
+++ Parser.pod 2011-05-12 17:24:55.000000000 +0100
@@ -175,7 +175,7 @@
to the new parser. See the constructor C<<<<<< new >>>>>> and L<<<<<< Parser Options >>>>>> for more information.
-=item load_xml
+=item load_html
$dom = XML::LibXML->load_html(...);