計算字串元素 compute-string--element
內容模型 content-model-1
計算字串:==EMPTY
屬性 attributes-1
@expr
父項 parents-1
<element>
子系 children-1
無
說明 description-1
<compute-string>
元素可讓您根據XTK運算式產生字串,以根據數個值在介面中顯示「建置」標籤。
使用與使用內容 use-and-context-of-use-1
未定義<compute-string>
時,預設會使用結構描述中主索引鍵的值輸入<compute-string>
元素。
屬性說明 attribute-description-1
- expr (字串): XTK和/或Xpath運算式
範例 examples-1
<compute-string expr="@label + Iif(@code='','', ' (' + [folder/@label] + ')')"/>
<compute-string expr="ToString([@centralCatalog-id]) + ',' + ToString([@localOrgUnit-id])" />
對收件者計算的字串結果:「John Doe (john.doe@aol.com)」:
<element name="recipient">
<compute-string expr="@lastName + ' ' + @firstName +' (' + @email + ')'
"/>
...
</element>
recommendation-more-help
601d79c3-e613-4db3-889a-ae959cd9e3e1