Subject: | Typo in XML::LibXML::Parser |
MIME-Version: | 1.0 |
X-Mailer: | MIME-tools 5.427 (Entity 5.427) |
X-RT-Original-Encoding: | utf-8 |
Content-Type: | multipart/mixed; boundary="----------=_1305217890-18806-262" |
Content-Length: | 0 |
Content-Type: | text/plain; charset="UTF-8" |
Content-Disposition: | inline |
Content-Transfer-Encoding: | binary |
Content-Length: | 66 |
The heading for load_html shouldn't be "load_xml". Patch attached.
Subject: | Parser.pod.patch |
MIME-Version: | 1.0 |
Content-Type: | application/octet-stream; name="Parser.pod.patch" |
X-Mailer: | MIME-tools 5.427 (Entity 5.427) |
Content-Disposition: | inline; filename="Parser.pod.patch" |
Content-Transfer-Encoding: | base64 |
Content-Length: | 321 |
--- 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(...);