Skip to main content

 Element reference

PSML elements from <author> to <xref>

<diff>

Summary

Diffx compare of previous document content with current. Only appears when comparing documents, but currently NOT available using the Ant task <ps:export> as it is very processor intensive.

Usage context

Element category
PSML levelprocessed
Permitted contentany
Permitted parent<compare>
HTML equivalentno equivalent
OpenXML equivalentno 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.

Created on , last edited on