[Contents] [Prev] [Next] [Index] [Report an Error]


<jcs:statement>

Syntax

<xsl:call-template name="jcs:statement">
    <xsl:with-param name="dot" select="expression"/>
</xsl:call-template>

Description

Generate a <statement> element suitable for inclusion in an <xnm:error> or <xnm:warning> element. The parameter dot can be passed into the <jcs:statement> template if the error is not at the current position in the XML hierarchy.

Parameters

<xsl:param name="dot" select=".">—Allows you to indicate a location other than the current location in the XML hierarchy. The select attribute contains the current context "." as a default value. If you want to change the current context, you can include the dot parameter and include a different XPath expression in the select attribute.

Usage Guidelines

See <jcs:statement> Template.

Usage Example

See Controlling a Dual Routing Engine Configuration.

See Also

xsl:param, xsl:with-param



[Contents] [Prev] [Next] [Index] [Report an Error]