Nodes that have not changed are kept the way they are.
Nodes that have been modified will always be in a different namespace and will be reported as follows:
Elements:
<mod:element name="elt.getName()" uri="elt.getURI()"> ... </mod:element>
Attributes:
<mod:attribute name="att.getName()" uri="att.getURI()" value="att.getValue()"/>
Texts:
<mod:text>text.getCharacters()</mod:text>@author Christophe Lauret @version 17 May 2005
|
|