Attribute
Allows you to specify an attribute, and optionally the namespace for the attribute. You can also specify the type of value for the attribute.
XSLT Equivalent
The following is an attribute named "lastname".
<ns:attribute namespace="mns" name="lastName"/>
When attributes are created, you can optionally specify the kind of value the attribute will have and whether the attribute should be surrounded by an if statement. For example, you can specify the value of the last name attribute to be a constant, like so:
<ns:attribute namespace="mns" name="lastName"/> "Smith" </ns:attribute>
Copyright © TIBCO Software Inc. All rights reserved.