xml:Element e = xml`<p:e xmlns:p="http://example.com/"/>`;
// `name` will be `{http://example.com}e`.
string name = e.getName();
XML namespacesThe goal is to support namespaces without adding complexity if you don’t use them. The
|