<p style="white-space: pre-wrap;padding: 1em; border: 1px solid #eaecf0; background-color: #f8f9fa; color: #000; font-family: monospace;">declare function strings:get(
$value,
$default <span style="color:#C00000">:= "EMPTY"</span> ) { $value otherwise $default
}
strings:get('john')