Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Xml » Xml_GetStringAttribute

Xml_GetStringAttribute


Gets a node attribute value as String.

Name Type Description
inNode XmlNode Source node.
inName String Attribute name.
inDefault String* Value if attribute was not found.
outValue String Attribute value.

Remarks

Read more about how to handle XML in Working with XML Trees article.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of Xml_GetAttribute filter group.

See Also

  • Xml_SetAttributes – Set values of attributes which were selected using XPath request.