# XML
XML format is suitable only for output, not for parsing. Example:
```xml
SearchPhrase
String
count()
UInt64
8267016
bathroom interior design
2166
yandex
1655
spring 2014 fashion
1549
freeform photos
1480
angelina jolie
1245
omsk
1112
photos of dog breeds
1091
curtain design
1064
baku
1000
10
141137
```
If the column name does not have an acceptable format, just 'field' is used as the element name. In general, the XML structure follows the JSON structure.
Just as for JSON, invalid UTF-8 sequences are changed to the replacement character � so the output text will consist of valid UTF-8 sequences.
In string values, the characters `<` and `&` are escaped as `<` and `&`.
Arrays are output as `HelloWorld...`,and tuples as `HelloWorld...`.