delimiter
- Last Updated: May 29, 2026
- 1 minute read
- Semaphore
- Documentation
Used to specify either the delimiter that separates multiple values in metadata properties for the Note List, Multi Note List, or Class Note List rules; or, the delimiter that will be used to separate returned values when using the Path List rule.
Applies to
Values
Any XML encoded value. Typical examples include: semi-colon ‘;’, colon ‘:’, slash ‘/’.
Example 1 (from pathlist example)
Using pathvalue and delimiter functionality:
<pathlist pathvalue="zthesid" delimiter=":" class="${rulebaseClass}_GUID_PATH" link="link.${rulebaseClass}.${resource.label}.${language.iso_code}.${resource.guid}_FINAL" />
The rule generated for “Courts of Law” would be:
<category class="Topic_GUID_PATH" name="0:1">
<link label="link.Topic.Courts of Law.en.1_FINAL" />
</category>
The rule generated for “County Courts” would be:
<category class="Topic_GUID_PATH" name="0:1:2">
<link label="link.Topic.County Courts.en.2_FINAL" />
</category>
<category class="Topic_GUID_PATH" name="0:4:5:2">
<link label="link.Topic.County Courts.en.2_FINAL" />
</category>