<diff>
Summary
Diffx compare of previous document content with current. Only appears when comparing documents, but currently NOT available using the ANT export task as it is very processor intensive. Use the ANT diff task to generate it after export.
Usage context
Element category | |
---|---|
PSML level | processed |
Permitted content | any |
Permitted parent | <compare> |
HTML equivalent | no equivalent |
OpenXML equivalent | no equivalent |
Attributes
This element does not have any attributes.
Examples
<diff> <fragment id="4"> <para><dfx:ins>New</dfx:ins><dfx:del>Old</dfx:del> content</para> </fragment> </diff>
Schema
XML Schema
<xs:element name="diff"> <xs:complexType mixed="true"> <xs:sequence> <xs:any minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element>
Compatibility
This element was introduced in PSML Beta 7 and is only supported from PageSeeder 5.6.