Changes

Jump to navigation Jump to search
307 bytes added ,  06:13, 7 February 2012
<pre class="brush:xquery">
element node { namespace pref { 'http://url.org/' } }
</pre>
 
==String Concatenations==
 
{{Mark|Introduced with Version 7.0:}} Two vertical bars <code>||</code> (also names ''pipe characters'') can be used to concatenate two strings. This operator is a shortcut for the {{Mono|ft:contains()}} function.
 
<pre class="brush:xquery">
'Hello' || ' ' || 'Universe'
</pre>
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu