==EQName: Expanded QNames==
{{Mark|Introduced with Version 7.1:}} A ''QName'' can now be directly prefixed with its namespace URI, which will be enclosed in quotes and followed by a colon.
'''Examples:'''
==Namespace Constructors==
{{Mark|Introduced with Version 7.1:}} New namespaces can now be created via so-called 'Computed Namespace Constructors'.
<pre class="brush:xquery">
==String Concatenations==
{{Mark|Introduced with Version 7.0:}} Two vertical bars <code>||</code> (also names ''pipe characters'') can be used to concatenate strings. This operator is a shortcut for the {{Mono|ft:contains()}} function.
<pre class="brush:xquery">
* <code>fn:round()</code> with 2 arguments
* <code>fn:data()</code> with 0 arguments
=Recent Changes=
==Version 7.1==
* Expanded QNames, Computed Namespace Constructor
==Version 7.0==
* String Concatenator
[[Category:XQuery]]