NAME
XML::LibXML::Overlay::Document - Overlays for XML files
DETAILS
XML::LibXML::Overlay::Document inherits from XML::LibXML::Document. So you can use XML::LibXML::Overlay::Document like XML::LibXML::Document.
METHODS
apply_to
$overlay->apply_to($target);
Takes a XML::LibXML::Document and applies the changes specified by the $overlay document. For more informations about who to use overlay see XML::LibXML::Overlay.
SEE ALSO
AUTHOR
Alexander Keusch, <kalex at cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.