Implicit templates

Implicit templates are defined by the specification and are implemented by any conformant XSLT processor in order to:

  • enable traversing the document tree even in case the traversal is not explicitly defined

  • to define default typical actions: like ignoring comments and PIs

  • can be overriden by explicit template(s) with the same match= attribute