XML
---
XML format is supported only for displaying data, not for INSERTS. Example:
.. code-block:: xml
SearchPhrase
String
count()
UInt64
8267016
bathroom interior
2166
yandex>
1655
spring 2014 fashion
1549
free-form photo
1480
Angelina Jolie
1245
omsk
1112
photos of dog breeds
1091
curtain design
1064
baku
1000
10
141137
If name of a column contains some unacceptable character, field is used as a name. In other aspects XML uses JSON structure.
As in case of JSON, invalid UTF-8 sequences are replaced by replacement character � so displayed text will only contain valid UTF-8 sequences.
In string values ``<`` and ``&`` are displayed as ``<`` and ``&``.
Arrays are displayed as ``HelloWorld...``,
and tuples as ``HelloWorld...``.