Documentation Center

Add user-friendly, localized labels

Use the node configuration to give elements and attributes user-friendly labels.

By default Knowledge Center shows the literal names of elements and attributes in its interface. Use the node configuration in the lookup and role configuration to give the elements and attributes user-friendly and translated labels:
<x:nodeConfig>
<x:node match="title">
<x:name xml:lang="en">Title</x:name>
<x:name xml:lang="fr">Titre</x:name>
<x:name xml:lang="nl">Titel</x:name>
...
</x:node>
...
</x:nodeConfig>