XmlDocument::removeMetaData
#include <DbXml.hpp>
void XmlDocument::removeMetaData(const std::string &uri,
const std::string &name)
Removes the identified metadata from the document.
The namespace within which the name resides. The empty string refers
to the default namespace.
The name of the metadata attribute to be removed.