Subject: | Typo in introductory example in docs |
Date: | Thu, 29 Jul 2010 13:33:10 +0200 |
To: | bug-XML-LibXML [...] rt.cpan.org |
From: | Zsbán Ambrus <ambrus [...] math.bme.hu> |
Dear maintainers of XML::LibXML,
It seems that there's a typo in the code example in the XML::LibXML
documentation under the heading "ENCODINGS SUPPORT IN XML::LIBXML".
Namely, a line says
$doc->toFh($fh);
whereas the method is actually called toFH, not toFh.
Please correct the example to valid code.
I'm using XML::LibXML version 1.70 installed from the cpan tarball,
libxml version 20632, perl v5.12.1 vanilla, on an amd64 linux debian
lenny system.
Thanks for your attention,
Ambrus