DitaCompareDotNet MapPublicId Property DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Specifies the publicId to use for a Map doctype.

Namespace: DeltaXML.DitaCompareApi
Assembly: DeltaXML.DitaCompareApi (in DeltaXML.DitaCompareApi.dll) Version: 9.1.1.1000 (9.1.1.1000)
Syntax

public string MapPublicId { get; set; }

Property Value

Type: String
Remarks

Specifies the publicId to use for a Map doctype.

A value should only be passed if you wish to override the default values for the publicId (-//OASIS//DTD DITA Map//EN)

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