Back to FabImage Studio website

You are here: Start » Filter Reference » System » Xml » Xml_GetBoolAttribute

Xml_GetBoolAttribute


Module: FoundationLite

Gets a node attribute value as Bool.

Name Type Description
Input value inNode XmlNode Source node.
Input value inName String Attribute name.
Input value inDefault Bool* Value if attribute was not found.
Output value outValue Bool 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 – Sets values of attributes which were selected using XPath request.