Contents
This operator allows you to construct static XML documents from strings. As in this example:
using namespace zeem::literals; zeem::document doc = "<text>Hello, world!</text>"_xml;"