XML and XSL Technologies
Test your knowledge of XML syntax, XSL transformations, XML Schema, and related markup language concepts.
Questions
Question 1 Multiple Choice (Single Answer)
What is XML?
- Extensible MarkUp Language
- Extra Modern Link
- Extensible MakeUp Language
- X-Markup Language
Question 2 Multiple Choice (Single Answer)
Which Statement about xml is true?
- Elements may have multiple atrribute with the same name
- Quoting attribute is optional
- Elements may nest but not overlap
- All of the above.
Question 3 Multiple Choice (Single Answer)
What is the correct declation syntax for the version of an XML document?
- </xml version="1.0"/>
- <xml version="1.0">
- <?xml version="1.0"/?>
- none of the above
Question 4 Multiple Choice (Single Answer)
How is an empty XML element defined?
- <sample></sample>
- <sample/>
- None of the above
- Option 1 & 2
Question 5 Multiple Choice (Single Answer)
Which syntax is used to insert comments into an XML document?
- <!-This is a comment->
- <comment>This is a comment</comment>
- <?-This is a comment->
- All of the above.
Question 6 Multiple Choice (Single Answer)
XML is a _______ Recommendation
- Microsoft
- Sun
- JAVA
- W3C
Question 7 Multiple Choice (Single Answer)
XML Schema is designed to
- be self-descriptive
- disply only useful data
- carrying request
- giving response.
Question 8 Multiple Choice (Single Answer)
XML uses
- an XHTML Schema to describe the data
- an XPath to describe the data
- an XML Schema to describe the data
- an XQuerya to describe the data
Question 9 Multiple Choice (Single Answer)
XML is the mother of
- HTML.
- WAP and WML
- XSL
- XSLT
Question 10 Multiple Choice (Single Answer)
XML is
- Not Extensible.
- A stylsheet
- Free and Extensible
- None of these
Question 11 Multiple Choice (Single Answer)
What is a correct way of referring to a stylesheet called "mystyle.xsl" ?
- <?xml-stylesheet type="text/xsl" href="mystyle.xsl"?>
- <stylesheet type="text/xsl" href="mystyle.xsl" />
- <link type="text/xsl" href="mystyle.xsl" />
- None of these
Question 12 Multiple Choice (Single Answer)
Which is not a correct name for an XML element?
- <NAME>
- <first name>
- <age>
- All three names are incorrect
Question 13 Multiple Choice (Single Answer)
XSL stands for
- EXtendable Stylesheet Language
- EXtensible Stylesheet Language
- EXtensible Style Language
- EXtendable Style Language
Question 14 Multiple Choice (Single Answer)
XSL consists of three parts. which are they?
- XSLT,Xpath,HTML
- XSLT,Xpath,ASP
- XSLT,Xpath,XSL-FO
- XSLT,Xpath,XHTML
Question 15 Multiple Choice (Single Answer)
XSL processors do parses the XML source and tries to find out the matching _______ rule.
- template
- file
- page
- directory