Difference between revisions of "Activity:CreateXMLElement (Activity)"
Line 10: | Line 10: | ||
}} | }} | ||
The CreateXMLElement Activity creates a single [http://en.wikipedia.org/wiki/XML XML] element within XML data. | The CreateXMLElement Activity creates a single [http://en.wikipedia.org/wiki/XML XML] element within XML data. | ||
+ | |||
+ | = Activity = | ||
==Arguments== | ==Arguments== | ||
Line 34: | Line 36: | ||
{{Attention|This activity provides the created XML element automatically to all XML sub activities, so the XML hierarchy will be built in the very way sub activities are nested!}} | {{Attention|This activity provides the created XML element automatically to all XML sub activities, so the XML hierarchy will be built in the very way sub activities are nested!}} | ||
− | + | =Example= | |
The create XML Element activity, as used in the larger example "Export and send MetaClasses": | The create XML Element activity, as used in the larger example "Export and send MetaClasses": |
Revision as of 12:07, 11 February 2015
Create XML Element | |
---|---|
Name | CreateXMLElement |
Purpose | Create an XML element |
Category | UBIK Data Exchange |
Returns | True if successful |
Version | 2.1.15+ |
The CreateXMLElement Activity creates a single XML element within XML data.