Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Automation Scripting User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

xsl:element

date_range 13-Jan-21

Syntax

content_copy zoom_out_map
<xsl:element name="expression"/>

Description

Create an element node in the output document.

Attributes

name

Specifies the name of the element to be created. The value of the name attribute can be set to an expression that is extracted from the input XML document and evaluated at run time. To do this, enclose an XML element in curly brackets, as in <xsl:element name="{$isis-level-1}".

footer-navigation