Utility functions
Last updated
xxf:split() as xs:string*
xxf:split($value as xs:string) as xs:string*
xxf:split($value as xs:string, $separators as xs:string) as xs:string*xxf:split(' foo bar baz ')
xxf:split('foo$bar_baz', '$_')
element/xxf:split()
element/@value/xxf:split()xxf:trim() as xs:boolean
xxf:trim($value as xs:string?) as xs:string?