diff options
Diffstat (limited to 'lib/XML/LibXML/Node.pod')
-rw-r--r-- | lib/XML/LibXML/Node.pod | 7 |
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 |