XML, XSD, and XSLT Quiz

Test your knowledge of XML schemas, XSLT transformations, browser support, and related technologies

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

XSLT is:

  1. Extensible Stylesheet Language Translators
  2. Extended Stylesheet Language Transformation
  3. Extensible Style Language Transformation
  4. Extensible Stylesheet Language Transformation
Question 2 Multiple Choice (Single Answer)

XSLT is used for

  1. W3C Recommendation
  2. Cascading Style Sheets
  3. uses XPath to navigate in XML documents
  4. transforms an XML document into another XML document
Question 3 Multiple Choice (Single Answer)

XML and XSLT supported by ___ browser's.

  1. ONLY FEW
  2. IE
  3. ALL
  4. NONE
Question 4 Multiple Choice (Single Answer)

XSLT stylesheets having number of templates.

  1. TRUE
  2. FALSE
  3. Not always true
  4. Not always false
Question 5 Multiple Choice (Single Answer)

Templates are defined by using

  1. <template>
  2. <xsl:template>
  3. <xsd:template>
  4. <xml:template>
Question 6 Multiple Choice (Single Answer)

From ________ onwards Firefox has support for XML and XSLT (and CSS).

  1. version 1.0.2
  2. version 1.0.0
  3. version 1.0.3
  4. version 2.0.0
Question 7 Multiple Choice (Single Answer)

_______ onwards Internet Explorer supports XML, Namespaces, CSS, XSLT, and XPath.

  1. Version 7
  2. Version 4
  3. Version 5
  4. Version 6
Question 8 Multiple Choice (Single Answer)

What is the correct symtax of for-each in XSLT ?

  1. <for-each>CODE.....</for-each>
  2. <xsl:for-each>CODE.....
  3. <xsl:for-each>CODE.....</xsl:for-each>
  4. <xsl:foreach>CODE.....</xsl:foreach>
Question 9 Multiple Choice (Single Answer)

Simple output filters which are supported by XSLT are ?

  1. =,!=,<,&
  2. =,#,<,>
  3. ^,!=,<,>
  4. =,!=,<,>
Question 10 Multiple Choice (Single Answer)

To facilitate the editing of XML a markup language editor should be used with

  1. basic functionality
  2. advanced functionality
  3. no functionality
  4. None of these
Question 11 Multiple Choice (Single Answer)

Schema is an _____ based alternative

  1. XHTML
  2. XML
  3. XSL
  4. XSLT
Question 12 Multiple Choice (Single Answer)

An XML Schema describes the structure of an XML _______

  1. document
  2. file
  3. page
  4. none of these
Question 13 Multiple Choice (Single Answer)

XSD is:

  1. XSL Schema Definition
  2. XSLT Schema Definition
  3. XML Schema Definition
  4. XHTML Schema Definition
Question 14 Multiple Choice (Single Answer)

XML Schemas are the Successors of

  1. XML
  2. DTD
  3. XSL
  4. XSLT