Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 26309
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: alankila [...] elma.fi
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Documentation mistake at XML::LibXML::Document
my @nodelist = $doc->getElementsByTagName($tagname); my @nodelist = $doc->getElementsByTagName($nsURI,$tagname); The latter should be getElementsByTagNameNS. The bug is repeated later on: getElementsByTagNameNS my @nodelist = $doc->getElementsByTagName($nsURI,$tagname);
Fixed in the SVN, thanks. -- Petr