Configuring TemplateSpecification.xml for cross reference title fill
Make XML Editors (XMetal, oXygen, Arbortext, ...) use either the title of the logical object or the title of the referenced element if the element has one, when the Text to display field is empty.
About this task
- Location
-
The file
TemplateSpecification.xmlis located on the web server in $\Author\ASP\ClientConfig.
Procedure
For Example:
<templateSpecification>
<linktemplates>
<template id="LINK-DITA-TOPICREF" name="topicref">
<documentFragment>
<topicref href="selecteditem:href">
<topicmeta>
<navtitle>selecteditem:textortitle</navtitle>
</topicmeta>
</topicref>
</documentFragment>
</template>
</linktemplates>
<hyperlinktemplates>
<template id="HYPERLINK-DITA-XREF" name="xref">
<documentFragment>
<xref href="selecteditem:href">selecteditem:textortitle</xref>
</documentFragment>
</template>
</hyperlinktemplates>
</templateSpecification>