<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 parameterdotcan 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. Theselectattribute contains the current context "." as a default value. If you want to change the current context, you can include thedotparameter and include a different XPath expression in theselectattribute.Usage Guidelines
Usage Example
See Controlling a Dual Routing Engine Configuration.
See Also