Below you can find a reference of all elements and attributes for the navigation configuration.
| XML element | Description | Allowed children | Attributes |
| <navigation> | The only allowed root element for each naviwork configuration. | <entry> | version (string, required) : Defines the version of the Naviwork engine to be used. |
| <entry> | Defines a new navigation entry. | <entry> | id (string, required) : The unique id of the entry. May not contain a space, dot or a special character. label (string, optional) : The display label of the entry. If not set, the uri will be used as label instead. uri (uri, optional) : Sets the target uri of the entry. If no uri is given, the id becomes the uri. default (boolean, optional) : Marks the default entry. This entry will be called, if the requested entry id doesn't exist. If no default is given, the first entry will automatically become the default one. Only one entry can become the default entry. hidden (boolean, optional) : A boolean marker that defines whether the navigation entry should become hidden or not. This must be supported by the views and has no affect in the navigation framework itself. The default is false. clickable (boolean, optional) : A boolean marker that defines whether the navigation entry is clickable or not. This must be supported by the views and has no affect in the navigation framework itself. The default is true. hint (string, optional) : A optional description of the item. Can be used for the website sitemap or a tooltip text for example. |