Define XML_PARSE_ATTR

Define Documentation

XML_PARSE_ATTR(node, container, name)

Parse the attribute name from the parent node, and place the result into container, which MUST have a field named name or a compilation error will result.

If name does not exist in node, then an exception will be thrown.