Nic Miloslav
Example 67***
You can use xsl:apply-imports element to get information from an imported template, whose behaviour you are changing. Stylesheet 2 imports Stylesheet 1 and overrides its template. Stylesheet 3 imports Stylesheet 1 and changes its template. xsl-apply-imports works only for templates imported with xsl:import, not for templates included with xsl:include.(Stylesheet 4