Difference between revisions of "Activity:CreateXMLElement (Activity)"
m (moved CreateXMLElement (Activity) to CreateXMLElement (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
|||
Line 31: | Line 31: | ||
===Usage=== | ===Usage=== | ||
− | This activity is used to create a single XML element below an existing element, as a nested activity within a [[CreateXMLScope (Activity)|CreateXMLScope]] activity. It is a nestable activity, which means it can host a sub activity that will be processed. The hosted activities are typically of type CreateXMLElement again, or [[CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''. | + | This activity is used to create a single XML element below an existing element, as a nested activity within a [[Activity:CreateXMLScope (Activity)|CreateXMLScope]] activity. It is a nestable activity, which means it can host a sub activity that will be processed. The hosted activities are typically of type CreateXMLElement again, or [[Activity:CreateXMLAttribute (Activity)|CreateXMLAttribute]] activities, either as direct children or wrapped into other activities like ''ForEach'' or ''Sequence''. |
{{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!}} | ||
Line 45: | Line 45: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | * [[CreateXMLScope (Activity)]] | + | * [[Activity:CreateXMLScope (Activity)]] |
− | * [[CreateXMLAttribute (Activity)]] | + | * [[Activity:CreateXMLAttribute (Activity)]] |
[[Category:XML]] | [[Category:XML]] | ||
[[Category:Activities]] | [[Category:Activities]] |