Unibz - XML Data Management 2010/2011 - Miniproject semdiff we would like to develop a command line application that tells us whether two XML documents are *semantically* identical or not note that being semantically identical is a "weaker" condition than being syntactically identical - XML doesn't for example mandate the order of attributes in an element and ignores whitespace in certain cases; documents that differ only by such things would be considered semantically identical while being syntactically different we start from the DOM pretty printer code seen in lesson 05 and work from there [update: project is ready, resulting Java code is here] -- chris