Subject: | Documentation error in Synopsis |
Besides the display problems with the Synopsis section when viewed in HTML format, there is a typo. The following line specifies the wrong package name:
$xupdate = XML::LibXML::XUpdate->new();
It should read:
$xupdate = XML::XUpdate::LibXML->new();
Thanks for making XML so darn easy with Perl!
William