Difference between revisions of "Activity:CreateXMLAttribute (Activity)"
m (moved Activity CreateXMLAttribute to CreateXMLAttribute (Activity)) |
|||
Line 4: | Line 4: | ||
| title = Create XML Attribute | | title = Create XML Attribute | ||
| name = CreateXMLAttribute | | name = CreateXMLAttribute | ||
− | | image = | + | | image = [[File:UI_Activity_CreateXMLAttribute.png]] |
| imagecaption = Activity CreateXMLAttribute | | imagecaption = Activity CreateXMLAttribute | ||
| purpose = Create an XML attribute | | purpose = Create an XML attribute |
Revision as of 12:23, 23 July 2013
The CreateXMLAttribute Activity creates a single XML attribute within an XML element.
Create XML Attribute | |
---|---|
Name | CreateXMLAttribute |
Purpose | Create an XML attribute |
Category | Data Exchange |
Returns | True if successful |
Version | 2.1.15+ |
Contents
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
ParentElement | XMLElement | In | The parent element where the attribute should be created at; if empty, it will take the element from its nesting host |
AttributeName | String | In | The name of the new attribute |
AttributeValue | String | In | The value of the new attribute |
CreatedAttribute | XMLElement | Out | The created XML attribute |
Usage
This activity is used to create a single XML attribute at an existing element, typically as a nested activity within a CreateXMLElement activity.