Back to Aurora Vision Studio website

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

Xml_CreateNode


Module: FoundationLite

Creates a new XmlNode.

Name Type Description
Input value inName String Node name.
Input value inText String Text value of XmlNode.
Input value inAttributeNames StringArray Attributes names.
Input value inAttributeValues StringArray Attributes values.
Output value outNode XmlNode

Remarks

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

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError inAttributeNames and inAttributeValues have different items count in Xml_CreateNode.

Complexity Level

This filter is available on Basic Complexity Level.

See Also