==Serialization==
[http://www.w3.org/TR/xquery-30/#id-serialization Serialization parameters] can now be defined within XQuery expressions. All parameters are supported that are specified in the (see [[http://www.w3.org/TR/xslt-xquery-serialization/ W3C Serialization Document]] for more details). Parameters are placed in the query prolog and need to be specified as option declarations, using the <code>output</code> prefix.
'''Example:'''