summaryrefslogtreecommitdiff
path: root/lib/XML/LibXML/Node.pod
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2024-02-15 11:02:19 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2024-02-15 11:02:19 +0900
commitce4b3717c547a8747a30be857a4f29b9dccbb9e2 (patch)
treea926d795f9867f696c0cbd5dfa585714c128f2a1 /lib/XML/LibXML/Node.pod
parent9f45becdcc247e15d9308c5adfc4335e2c3a2e6e (diff)
downloadperl-XML-LibXML-0f10cd1d0715f1bf3596814769a063633d5ec208.tar.gz
perl-XML-LibXML-0f10cd1d0715f1bf3596814769a063633d5ec208.tar.bz2
perl-XML-LibXML-0f10cd1d0715f1bf3596814769a063633d5ec208.zip
Imported Upstream version 2.0209upstream/2.0209upstream
Diffstat (limited to 'lib/XML/LibXML/Node.pod')
-rw-r--r--lib/XML/LibXML/Node.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/XML/LibXML/Node.pod b/lib/XML/LibXML/Node.pod
index 6f8e9a5..74cda2c 100644
--- a/lib/XML/LibXML/Node.pod
+++ b/lib/XML/LibXML/Node.pod
@@ -279,6 +279,11 @@ Note that the behavior of this function for $deep=0 has changed in 1.62 in
order to be consistent with the DOM spec (in older versions attributes and
namespace information was not copied for elements).
+I<<<<<< NOTE >>>>>>cloneNode creates a copy of the selected node that includes the parent's
+defined I<<<<<< namespaces >>>>>> that are in use by the node (or its children) being cloned. That makes it
+useful for extracting a fragment of xml that can be used as a valid xml
+document.
+
=item parentNode
@@ -763,7 +768,7 @@ Petr Pajas
=head1 VERSION
-2.0207
+2.0209
=head1 COPYRIGHT