On 08/11/2014 03:22 PM, Niels Grundtvig Nielsen wrote:
After consulting the helps, it was easy to make sure that a particular set of topics showed their context with the Parent/Child/Sibling topic(s) lists … but I'll dare to ask a small related question all the same: is there any way to customise the labels Parent/Child/Sibling?
Not really. However it's always possible to replace a message file used by XMLmind DITA Converter by your own, custom, message file.
See for example, the English message file, <XXE_install_dir>/addon/config/dita/xsl/common/messages/en.xml
--- <messages xml:lang="en"> ... <message name="previousTopic">Previous topic</message> <message name="parentTopic">Parent topic</message> <message name="childTopic">Child topic</message> <message name="nextTopic">Next topic</message> <message name="siblingTopic">Sibling topic</message> <message name="childTopics">Child topics</message> ... </messages> --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

