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