DeltaXML DITA Compare .NET API Documentation
System Object
Object
dita_y
dita_z
dita__
com.deltaxml.dita DitaMapfileCompare
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Compares the XML content of two Darwin Information Typing Architecture (DITA) maps and produces a result map marked to show
changes.
Inheritance Hierarchy
Object
dita_y
dita_z
dita__
com.deltaxml.dita DitaMapfileCompare
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Remarks
Compares the XML content of two Darwin Information Typing Architecture (DITA) maps and produces a result map marked to show changes.
The input maps are first 'generalized' back to generic map documents, compared and then 'specialized' back to their original document types. Although the comparison of two different specialized types is not recommended, in such circumstances the result map is left in its generalised form, unless the force-specialization parameter is set to 'true'.
Changes are marked using 'rev' and 'status' attributes as discussed in the DITA Markup Section of the User Guide.
See Also