Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: richlv [...] nakts.net
Cc:
AdminCc:

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



Subject: possible typo in createElementNS documentation
Date: Tue, 1 Sep 2015 11:38:09 +0300
To: bug-XML-LibXML [...] rt.cpan.org
From: Rich <richlv [...] nakts.net>
reading http://search.cpan.org/dist/XML-LibXML/lib/XML/LibXML/Document.pod . for createElementNS, it has : " $element = $dom->createElementNS( $namespaceURI, $qname );" the comment says "This function creates a new Element Node bound to the DOM with the name $nodename and placed in the given namespace." but which $nodename is that ? the example does not seem to have that. -- Rich
Hi Rich, On Tue Sep 01 04:38:38 2015, richlv@nakts.net wrote: Show quoted text
> reading > http://search.cpan.org/dist/XML-LibXML/lib/XML/LibXML/Document.pod . for > createElementNS, it has : " $element = $dom->createElementNS( > $namespaceURI, $qname );" > > the comment says "This function creates a new Element Node bound to the > DOM with the name $nodename and placed in the given namespace." > but which $nodename is that ? the example does not seem to have that.
Thanks for the report. This should be fixed in XML-LibXML-2.0122 which was submitted to CPAN today. RESOLVEDing. — Shlomi Fish