Back to Aurora Vision Studio website

You are here: Start » Filter Reference » System » Xml » Xml_GetStringAttribute (Xml_GetAttribute String)

Xml_GetStringAttribute (Xml_GetAttribute String)


Module: FoundationLite

Gets a node attribute value as String.

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

Remarks

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

Warning:All tools applied to a specific device or file should be managed within a single thread to ensure centralized tracking, traceability, and consistency throughout the process.

Complexity Level

This filter is available on Basic Complexity Level.

Filter Group

This filter is member of Xml_GetAttribute filter group visible as String.

See Also

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