Generating Text with csl:value-of

The csl:value-of instruction appends generated text to ContentMap item generated by parent csl:template.

<csl:value-of select="xpath-expr"
              max-length="50"/>
Note:

The csl:collect-text must be used wherever possible because it is more effective then csl:value-of.