Function mxml::literals::operator””_xml

Function Documentation

document mxml::literals::operator""_xml(const char *text, size_t length)

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;"