<jcs:edit-path>
Syntax
<xsl:call-template name="jcs:edit-path"><xsl:with-param name="dot"select="expression"/></xsl:call-template>Description
Generate an
<edit-path>element suitable for inclusion in an<xnm:error>or<xnm:warning>element. By default, the location of the configuration error is passed asdotinto the<jcs:edit-path>template. This location defaults to ".", the current position in the XML hierarchy. You can alter the default by including theselectattribute of thedotparameter.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 Requiring and Restricting Configuration Statements.
See Also