XML, XSD, and XSLT Quiz
Test your knowledge of XML schemas, XSLT transformations, browser support, and related technologies
Questions
Question 1 Multiple Choice (Single Answer)
XSLT is:
- Extensible Stylesheet Language Translators
- Extended Stylesheet Language Transformation
- Extensible Style Language Transformation
- Extensible Stylesheet Language Transformation
Question 2 Multiple Choice (Single Answer)
XSLT is used for
- W3C Recommendation
- Cascading Style Sheets
- uses XPath to navigate in XML documents
- transforms an XML document into another XML document
Question 3 Multiple Choice (Single Answer)
XML and XSLT supported by ___ browser's.
- ONLY FEW
- IE
- ALL
- NONE
Question 4 Multiple Choice (Single Answer)
XSLT stylesheets having number of templates.
- TRUE
- FALSE
- Not always true
- Not always false
Question 5 Multiple Choice (Single Answer)
Templates are defined by using
- <template>
- <xsl:template>
- <xsd:template>
- <xml:template>
Question 6 Multiple Choice (Single Answer)
From ________ onwards Firefox has support for XML and XSLT (and CSS).
- version 1.0.2
- version 1.0.0
- version 1.0.3
- version 2.0.0
Question 7 Multiple Choice (Single Answer)
_______ onwards Internet Explorer supports XML, Namespaces, CSS, XSLT, and XPath.
- Version 7
- Version 4
- Version 5
- Version 6
Question 8 Multiple Choice (Single Answer)
What is the correct symtax of for-each in XSLT ?
- <for-each>CODE.....</for-each>
- <xsl:for-each>CODE.....
- <xsl:for-each>CODE.....</xsl:for-each>
- <xsl:foreach>CODE.....</xsl:foreach>
Question 9 Multiple Choice (Single Answer)
Simple output filters which are supported by XSLT are ?
- =,!=,<,&
- =,#,<,>
- ^,!=,<,>
- =,!=,<,>
Question 10 Multiple Choice (Single Answer)
To facilitate the editing of XML a markup language editor should be used with
- basic functionality
- advanced functionality
- no functionality
- None of these
Question 11 Multiple Choice (Single Answer)
Schema is an _____ based alternative
- XHTML
- XML
- XSL
- XSLT
Question 12 Multiple Choice (Single Answer)
An XML Schema describes the structure of an XML _______
- document
- file
- page
- none of these
Question 13 Multiple Choice (Single Answer)
XSD is:
- XSL Schema Definition
- XSLT Schema Definition
- XML Schema Definition
- XHTML Schema Definition
Question 14 Multiple Choice (Single Answer)
XML Schemas are the Successors of
- XML
- DTD
- XSL
- XSLT