==Parameters==
The following table gives a brief summary of all serialization parameters supported recognized by BaseX. For details, please refer to official specification.
{| class="wikitable" width="100%"
| <code>no</code>
| <code>include-content-type=yes, method=html</code>
|}
BaseX provides some additional, implementation-defined serialization parameters (<font color="orange">Version 6.5.1</font>):
{| class="wikitable" width="100%"
|- valign="top"
! Parameter
! Description
! Allowed
! Default
! Examples
|- valign="top"
| <code>format</code>
| Turns output formatting on/off. This is helpful for suppressing unwanted indentation of plain text.
| <code>yes,no</code>
| <code>yes</code>
| <code>format=no</code>
|- valign="top"
| <code>indentation</code>
| Specifies the number of spaces used for indenting elements.
|
| <code>2</code>
| <code>indentation=4</code>
|- valign="top"
| <code>tabulator</code>
| Uses tab characters (<code>\t</code>) for indenting elements.
|
| <code>no</code>
| <code>tabulator=yes</code>
|- valign="top"
| <code>wrap-prefix</code>,<br /><code>wrap-uri</code>
| Specifies a prefix and/or URI for wrapping the query results.
|
|
| <code>wrap-prefix=jax-rx, wrap-uri=http://jax-rx.sourceforge.net</code>
|}