Template Rules

The csl:template instruction defines rules for generating ContentMap item and its text.

<csl:template match="XSLT-pattern"
              profiles="profile-list"
              fold="yes|no"
              max-length="123">
  <!-- Content: (csl:text | csl:number | 
                 csl:collect-text | csl:value-of | 
                 csl:when-closed )* -->
</csl:template>