DeltaXML DITA Compare .NET API Documentation
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Specifies the systemId to use for a Map doctype.
Namespace: DeltaXML.DitaCompareApiAssembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax
Property Value
Type: StringRemarks
Specifies the systemId to use for a Map doctype.
A value should only be passed if you wish to override the default values for the publicId (http://docs.oasis-open.org/dita/v1.1/OS/dtd/map.dtd for DITA 1.1 and http://docs.oasis-open.org/dita/v1.2/os/dtd1.2/technicalContent/dtd/map.dtd for DITA 1.2)
Note that this value is only used if the following are true:
- The input documents are different DITA specializations, or only one of them is specialized
- At least one of the input documents specified a doctype
- The comparison has not been configured to re-specialize the result document even if the inputs were different types
Default:
See Also