Main > Programming > Libraries >

XML::Diff 0.04

XML::Diff 0.04

Sponsored Links

XML::Diff 0.04 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 1 (1 times)
File size: 0.017 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1142
Date added: 2006-09-14
Publisher: Arne Claassen

XML::Diff 0.04 description

XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module.

SYNOPSIS

my $diff = XML::Diff->new();

# to generate a diffgram of two XML files, use compare.
# $old and $new can be filepaths, XML as a string,
# XML::LibXML::Document or XML::LibXML::Element objects.
# The diffgram is a XML::LibXML::Document by default.
my $diffgram = $diff->compare(
-old => $old_xml,
-new => $new_xml,
);

# To patch an XML document, an patch. $old and $diffgram
# follow the same formatting rules as compare.
# The resulting XML is a XML::LibXML::Document by default.
my $patched = $diff->patch(
-old => $old,
-diffgram => $diffgram,
);

This module provides methods for generating and applying an XML diffgram of two related XML files. The basis of the algorithm is tree-wise comparison using the DOM model as provided by XML::LibXML.

The Diffgram is well-formed XML in the XVCS namespance and supports update, insert, delete and move operations. It is meant to be human and machine readable. It uses XPath expressions for locating the nodes to operate on. See the below DIFFGRAM section for the exact syntax.

The motivation and alogrithm used by this module is discussed in MOTIVATION below.

XML::Diff 0.04 Screenshot

Advertisements

XML::Diff 0.04 Keywords

Bookmark XML::Diff 0.04

Hyperlink code:
Link for forum:

XML::Diff 0.04 Copyright

WareSeeker periodically updates pricing and software information of XML::Diff 0.04 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of XML::Diff 0.04 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
XML::Diff is a Perl module for XML DOM-Tree based Diff & Patch Module. Free Download
sqlt-diff is a Perl module that can find the differences b/w two schemas. Free Download
Xfdiff is graphic interface to the GNU diff and patch commands. Free Download
LibXDiff is designed as a library which implements basic and yet complete functionalities to create file differences/patches to both binary and text files. Free Download
XML::DOM::Lite is a Lite Pure Perl XML DOM Parser Kit. Free Download
XML::DOM is a perl module for building DOM Level 1 compliant document structures. Free Download
Bash.Diff is a patch against Bash that incorporates many useful features from Awk, Python, Zsh, Ksh, and others. Free Download
XML::DifferenceMarkup is a XML diff and merge. Free Download