name
This topic describes the name element
Description
Configure the name displayed in the interface for a given element or attribute.
<x:node match="article">
<x:name xml:lang="en">Article</x:name>
<x:name xml:lang="nl">Artikel</x:name>
</x:node>
Namespace
http://www.xopus.com/xmlns/config
Attributes
| Name | Description and use | Type |
|---|---|---|
xml:lang | Optional If you want to configure descriptions for different languages, use multiple <name> elements, each with a different xml:lang value. | language code |
Parent Element
node