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