Difference between revisions of "Activity:CreateXMLAttribute (Activity)"
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The CreateXMLAttribute Activity creates a single [http://en.wikipedia.org/wiki/XML XML] attribute within an XML element. | ||
+ | |||
+ | = Description = | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Create XML Attribute | | title = Create XML Attribute | ||
Line 9: | Line 12: | ||
| version = 2.1.15+ | | version = 2.1.15+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 25: | Line 27: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
− | + | This activity is used to create a single XML attribute at an existing element, typically as a nested activity within a [[Activity:CreateXMLElement (Activity)|CreateXMLElement]] activity. | |
− | This activity is used to create a single XML attribute at an existing element, typically as a nested activity within a [[CreateXMLElement (Activity)|CreateXMLElement]] activity. | + | |
− | + | = Example = | |
+ | <headertabs /> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[CreateXMLScope (Activity)]] | + | * [[Activity:CreateXMLScope (Activity)]] |
− | * [[CreateXMLElement (Activity)]] | + | * [[Activity:CreateXMLElement (Activity)]] |
[[Category:XML]] | [[Category:XML]] | ||
− |
Latest revision as of 12:24, 23 February 2015
The CreateXMLAttribute Activity creates a single XML attribute within an XML element.