Projects tagged ‘diff’ and ‘xml’


[8 total ]

6 Users
   

Daisy Diff is a Java library that diffs (compares) HTML files. Added and removed words are highlighted and changes to the styling are annotated. This project was a Google Summer of Code project ... [More] for DaisyCMS. Features * Works with badly formed HTML that can be found "in the wild". * The diffing is more specialized in HTML than XML tree differs. Changing part of a text node will not cause the entire node to be changed. * In addition to the default visual diff, HTML source can be diffed coherently. * Provides easy to understand descriptions of the changes. * Allow easy browsing of the modifications through keyboard shortcuts. [Less]
Created over 2 years ago.

1 Users

DotDiff is a small Xml Compare Library, allowing the developer to compare 2 Xml files. It supports mearging of any differences into a single file, or the generation of a diff gram. Comes with a small test UI
Created 10 months ago.

0 Users

When xml files are created the elements within the xml file can be in varying order each time. This makes it hard to compare two xml files with a standard diff tool. This little tool orders the ... [More] elements within an xml file in an distinct way depending on the elements content. After this kind of sorting the xml files can be compared with a standard diff tool. [Less]
Created about 1 month ago.

0 Users

The functionality of creating and displaying diff files is crucial for the most of content management system. Creating lenya-xml-diff module will allow viewing diff between various XML documents (XML ... [More] , XHTML etc.) and sending diffs by email. It will make user experience more comprehensive and will help to attract new users to Apache Lenya project. [Less]
Created 4 months ago.

0 Users

Checks that an XML document is included in another document. It is handy when testing an application output against a document where element order is different (GData and Atom specs are examples of ... [More] specifications where element order is unimportant). It has a relaxed notion of containment: element order is ignored. whitespace is trimmed. comments are ignored. specific elements can be ignored by passing XPath-like paths on the command line. text nodes (element and attribute content) can be ignored by passing '-notext' on the command line. Only document structure is checked. You need a working Scala installation to run this program. Then you can run it like this: scala -cp xmldiff.jar com.google.xmldiff.Main feed.xml feed-out.xml -i feed/totalResults feed/startIndex \ feed/itemsPerPage feed/entry/published //updated /feed/entry/contentThe above command will compare feed.xml and feed-out.xml, ignoring all updated elements, openSearch elements under feed, and content or published elements inside feed entries. [Less]
Created about 1 year ago.

0 Users

This tool aims at spotting differences in several network traces. It merely relies on tshark/wirshark dissection to provide interesting differences instead of raw differences.
Created 10 months ago.

0 Users

A java API for comparing XML documents by analysing the sequence of XML events. DiffX used to be hosted on https://sourceforge.net/projects/diffx/
Created about 1 month ago.

0 Users

Programa para efetuar diffs XML usando Banco de dados relacional PostgreSQL
Created 4 months ago.