Templates are defined by using
-
<template>
-
<xsl:template>
-
<xsd:template>
-
<xml:template>
B
Correct answer
Explanation
XSLT uses XML namespaces to distinguish its elements. Templates are defined using the element, where 'xsl' is the namespace prefix bound to the XSLT namespace URI (http://www.w3.org/1999/XSL/Transform). The namespace prefix can vary, but the standard convention is 'xsl'.