XML and XSL Technologies

Test your knowledge of XML syntax, XSL transformations, XML Schema, and related markup language concepts.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is XML?

  1. Extensible MarkUp Language
  2. Extra Modern Link
  3. Extensible MakeUp Language
  4. X-Markup Language
Question 2 Multiple Choice (Single Answer)

Which Statement about xml is true?

  1. Elements may have multiple atrribute with the same name
  2. Quoting attribute is optional
  3. Elements may nest but not overlap
  4. All of the above.
Question 3 Multiple Choice (Single Answer)

What is the correct declation syntax for the version of an XML document?

  1. </xml version="1.0"/>
  2. <xml version="1.0">
  3. <?xml version="1.0"/?>
  4. none of the above
Question 4 Multiple Choice (Single Answer)

How is an empty XML element defined?

  1. <sample></sample>
  2. <sample/>
  3. None of the above
  4. Option 1 & 2
Question 5 Multiple Choice (Single Answer)

Which syntax is used to insert comments into an XML document?

  1. <!-This is a comment->
  2. <comment>This is a comment</comment>
  3. <?-This is a comment->
  4. All of the above.
Question 6 Multiple Choice (Single Answer)

XML is a _______ Recommendation

  1. Microsoft
  2. Sun
  3. JAVA
  4. W3C
Question 7 Multiple Choice (Single Answer)

XML Schema is designed to

  1. be self-descriptive
  2. disply only useful data
  3. carrying request
  4. giving response.
Question 8 Multiple Choice (Single Answer)

XML uses

  1. an XHTML Schema to describe the data
  2. an XPath to describe the data
  3. an XML Schema to describe the data
  4. an XQuerya to describe the data
Question 9 Multiple Choice (Single Answer)

XML is the mother of

  1. HTML.
  2. WAP and WML
  3. XSL
  4. XSLT
Question 10 Multiple Choice (Single Answer)

XML is

  1. Not Extensible.
  2. A stylsheet
  3. Free and Extensible
  4. None of these
Question 11 Multiple Choice (Single Answer)

What is a correct way of referring to a stylesheet called "mystyle.xsl" ?

  1. <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>
  2. <stylesheet type="text/xsl" href="mystyle.xsl" />
  3. <link type="text/xsl" href="mystyle.xsl" />
  4. None of these
Question 12 Multiple Choice (Single Answer)

Which is not a correct name for an XML element?

  1. <NAME>
  2. <first name>
  3. <age>
  4. All three names are incorrect
Question 13 Multiple Choice (Single Answer)

XSL stands for

  1. EXtendable Stylesheet Language
  2. EXtensible Stylesheet Language
  3. EXtensible Style Language
  4. EXtendable Style Language
Question 14 Multiple Choice (Single Answer)

XSL consists of three parts. which are they?

  1. XSLT,Xpath,HTML
  2. XSLT,Xpath,ASP
  3. XSLT,Xpath,XSL-FO
  4. XSLT,Xpath,XHTML
Question 15 Multiple Choice (Single Answer)

XSL processors do parses the XML source and tries to find out the matching _______ rule.

  1. template
  2. file
  3. page
  4. directory