Multiple choice technology programming languages

Templates are defined by using

  1. <template>

  2. <xsl:template>

  3. <xsd:template>

  4. <xml:template>

Reveal answer Fill a bubble to check yourself
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'.