When the content completion is invoked by pressing (CTRL+Space), it also presents a list of code templates specific to the type of the active editor. Such a code template provides a shortcut for inserting a small document fragment at the current caret position. Oxygen XML Editor plugin comes with a large set of ready-to use templates for XSL and XML Schema documents.
<xsl:template match="" mode=""> </xsl:template>
The user can easily define other templates. Also, the code templates can be shared with other users.