Templates are defined by using
-
<template>
-
<x:template>
-
<xsl>
-
<xsl:template>
D
Correct answer
Explanation
In XSLT (Extensible Stylesheet Language Transformations), templates are defined using the standard `` element. The other options are incorrect because they use invalid tag names or incorrect XML namespaces that do not conform to XSLT specifications.