You must create a JET transformation to override an existing JET transformation.
The overriding JET transformation can invoke any template that it defines, or any template that the JET transformation that you want to override defines. When the sample template is defined in both transformations, the template that is defined in the overriding JET transformation is evaluated. Templates are identified by their project-relative path. The c:include tag includes an attribute named super, which, when set to true, runs a template in the overridden JET transformation.
A JET transformation can only override one other JET transformation.
To specify which JET transformation the current JET transformation overrides: