The <xsl:template>
is the basic element for
stylesheets transformation. This view is only available during XSLT debugging sessions
and shows all <xsl:template>
instructions used by the
transformation. By seeing the number of hits for each of the templates you get an idea
of the stylesheet coverage by template rules with respect to the input source.
Table 12.7. Templates details
Column | Description |
---|---|
Match | Match attribute of the <xsl:template> . |
Hits | Number of hits for the <xsl:template> .
Shows how many times the XSLT processor used this particular template. |
Priority | Template priority as established by XSLT processor. |
Mode | Mode attribute of the <xsl:template> . |
Name | Name attribute of the <xsl:template> . |
Resource | Resource file where template is located. Complete path of resource file is available as tooltip. |
![]() | Remarks |
---|---|
|