Function deleteElementAttribute

Function Documentation

bool deleteElementAttribute(tinyxml2::XMLElement *element, const std::string &attribute)

Deletes a specific attribute of a given XML element.

Parameters:
  • element – element from which to delete the attribute

  • attribute – attribute name to be deleted

Returns:

bool