On check-in operation on the map I would like to pull topic's prolog/metadata information into map's topicref/topicmeta/metadata tag. I am wondering this is possible through configuration or some other way in TD 13?
For example:
<map>
<topicref href="GUID-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" format="dita">
<topicmeta>
<metadata>
<othermeta name="TopicMetadataName" content="TopicMetadataContent"/>
</metadata>
</topicmeta>
</topicref>
<map>
<task id="GUID-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" xml:lang="en-US">
....
<prolog>
<metadata>
<othermeta name="TopicMetadataName" content="TopicMetadataContent" />
</metadata>
</prolog>
</task>