XSLT templates

  • Template is a specification which node to rewrite (transform) and how.

  • Which nodes to rewrite is defined in the attribute match.

  • The result is given in the template body.

  • The template can be explicitly named, in such case it can be directly called using xsl:call-template.