Function XMLParser.getNamedAttributeValueSafe

Gets the value of a certain attribute of the current element by name. This will return an empty String if the attribute is not found.

String getNamedAttributeValueSafe (
  const(String) name
) nothrow @nogc const;