Name

[T] user-message — Emit a user message

Synopsis

<xsl:template name="user-message">
  <xsl:param name="node" select="." />
  <xsl:param name="trace-node" select="true()" />
  <xsl:param name="arg-1" />
  <xsl:param name="arg-2" />
  <xsl:param name="arg-3" />
  <xsl:param name="arg-4" />
  <xsl:param name="arg-5" />
  <xsl:param name="key" />
  <xsl:param name="content" /></xsl:template>

This template is used in place of xsl:message. It traces the path of the given node to help in debugging and allows messages to be localized.

Parameters
node

The node to get to trace the path to. Default is the context node.

arg

Additional string argument to message, if any.

key

The standard message text. If a localization/customization exists, it is keyed under this text and displayed instead of the standard message text.