To use XBUS_Stylets the first transformation step must integrate XBUS_Stylet nodes into the DOM
tree. The XSLT code to achieve this looks like:
<xsl:element name="XBUS_Stylet">
<xsl:attribute name="Name">Value</xsl:attribute>
<xsl:attribute name="Section">DispatchModeAL2IMPHDL</xsl:attribute>
<xsl:attribute name="Key">
<xsl:value-of select="DispatchMode" />
</xsl:attribute>
</xsl:element>
This example describes a value mapping. The name of the mapping is "DispatchModeAL2IMPHDL"
and the mapped value is retrieved from a DispatchMode node.
Thus, everything to do is to create a new element node with the suitable attributes.